文件名称:arithmetic-operations
文件大小:4KB
文件格式:ZIP
更新时间:2024-04-01 10:25:49
JavaScript
算术运算 A simple module to do some arithmetic operations. This npm packages developed while learning about the npm packages. 安装 npm install arithmetic-operations 用法 const {加法,乘法,jumpYear} = require('arithmetic-operations'); constaddResponse = addition([100,20,67,90,34]); const multiplicationResponse = multiplication(100,20); const jumpYearResponse = jumpYear(1996);
【文件预览】:
arithmetic-operations-main
----.github()
--------workflows()
----.npmrc(103B)
----index.js(698B)
----readme.md(453B)
----package-lock.json(3KB)
----package.json(723B)