UNPKG
zheng-count
Version:
latest (1.1.5)
1.1.5
1.1.4
1.1.3
1.0.3
1.0.2
1.0.1
1.0.0
zheng-count是一个计算工具包
zheng-count
/
readme.md
23 lines
(13 loc)
•
243 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 介绍
zheng-count是一个计算工具包
# install
``
` npm install zheng-count `
``
# Api
``
` const count = require("zheng-count") // plus加法 console.log(count.plus(1,2)); // 等于三 `
``
# FAQ