UNPKG
loveshenzhen06cal
Version:
latest (2.0.1)
2.0.1
2.0.0
1.0.0
自定义计算器
loveshenzhen06cal
/
README.md
9 lines
(7 loc)
•
184 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
## 使用
```js
// 1.导入包
const
addOjb
=
require
(
'loveshenzhen06cal'
);
// 2.调用方法
const
.addObj=
require
(path.
join
(__dirname,
'calc/lib/add.js'
)); ```