UNPKG
szhmqd17calc
Version:
latest (1.1.0)
1.1.0
1.0.0
深圳前端17期牛逼的计算器项目
szhmqd17calc
/
README.md
12 lines
(8 loc)
•
264 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
# 简介
这个是一个非常牛逼哄哄的计算器
# 使用
``
` const calcObj = require('szhmqd17calc') console.log(`
加法计算的结果是
${
calcObj.addFunc(
1
,
2
)}
`) console.log(`
减法计算的结果是
${
calcObj.substrictFunc(
1
,
2
)}
`) `
``