1.0.2 • Published 6 months ago

countnumber v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

简易计算器

使用方式:

# 安装npm包
npm install countnumber

# 导入npm
const math = require("countnumber");

# 使用案例
const result = math.add(2,3);
const result2 = math.subtract(6,3)
1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago