11sepnode2 中文文档教程
Introduction
这是我的计算器测试包。
Installation
npm i 11sepnode2--save
Usage
只需按照以下步骤使用此包。
const calc= require('11sepnode2')
const c1= new calc();
console.log(c1.Add(1,2));
--Output
3
Version History
- Initial 1.0.0
Introduction
This is my test package for calculator.
Installation
npm i 11sepnode2--save
Usage
Just follow the following steps to use this package.
const calc= require('11sepnode2')
const c1= new calc();
console.log(c1.Add(1,2));
--Output
3
Version History
- Initial 1.0.0