1.1.5 • Published 4 years ago
zheng-count v1.1.5
介绍
zheng-count是一个计算工具包
install
npm install zheng-count
Api
const count = require("zheng-count")
// plus加法
console.log(count.plus(1,2)); // 等于三
zheng-count是一个计算工具包
npm install zheng-count
const count = require("zheng-count")
// plus加法
console.log(count.plus(1,2)); // 等于三