文件名称:nonpositive-integer:验证值是否为非正整数
文件大小:8KB
文件格式:ZIP
更新时间:2024-07-12 21:44:37
JavaScript
非正整数 验证值是否为非正整数。 安装 $ npm install validate.io-nonpositive-integer 要在浏览器中使用,请使用 。 用法 var isValid = require ( 'validate.io-nonpositive-integer' ) ; isValid(值) 验证value是否为非正整数。 var value = - 5 ; var bool = isValid ( value ) ; // returns true 例子 var isValid = require ( 'validate.io-nonpositive-integer' ) ; console . log ( isValid ( - 5 ) ) ; // returns true console . log ( isValid ( 0 ) ) ; // r
【文件预览】:
nonpositive-integer-master
----.gitignore(711B)
----README.md(3KB)
----test()
--------test.js(980B)
----examples()
--------index.js(246B)
----LICENSE(1KB)
----.gitattributes(12B)
----.jshintrc(1KB)
----package.json(1KB)
----.jshintignore(118B)
----TODO.md(12B)
----.npmignore(498B)
----.travis.yml(73B)
----.editorconfig(169B)
----Makefile(2KB)
----lib()
--------index.js(780B)