文件名称:node-divmod:divmod
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-11 08:01:06
JavaScript
divmod 节点-divmod npm i divmod 用法 import divmod from 'divmod' ; 例子 divmod ( 132 , 7 ) ; // => [18, 6] divmod ( 65 , - 4 ) ; // => [-17, 1] divmod ( - 12 , 5 ) ; // => [-3, -2] divmod ( - 93 , - 6 ) ; // => [15, -3] 贡献 叉吧! 创建功能分支:git checkout -b my-new-feature 提交更改:git commit -am'添加一些功能' 推送到分支:git push origin my-new-feature 提交拉取请求:D 测试 npm test 执照 :copyright:Sugarshin
【文件预览】:
node-divmod-master
----.eslintrc(258B)
----src()
--------node-divmod.js(378B)
----.travis.yml(82B)
----build()
--------node-divmod.min.js(1KB)
--------node-divmod.js(1KB)
----test()
--------test.js(350B)
----README.md(2KB)
----.gitignore(669B)
----index.js(62B)
----package.json(1KB)