is-truthy:对于“真实”值返回true的谓词

时间:2024-05-30 11:53:07
【文件属性】:

文件名称:is-truthy:对于“真实”值返回true的谓词

文件大小:5KB

文件格式:ZIP

更新时间:2024-05-30 11:53:07

JavaScript

是真实的 对于真实值返回true的谓词。 安装 npm install is-truthy bower install is-truthy 用法 var isTruthy = require ( 'is-truthy' ) ; console . log ( isTruthy ( false ) ) ; // false console . log ( isTruthy ( '' ) ) ; // false console . log ( isTruthy ( 0 ) ) ; // false console . log ( isTruthy ( null ) ) ; // false console . log ( isTruthy ( undefined ) ) ; // false console . log ( isTruthy ( NaN ) ) ; // false cons


【文件预览】:
is-truthy-master
----.gitignore(1KB)
----package.json(665B)
----LICENSE.md(1KB)
----CHANGELOG.md(82B)
----is-truthy.js(421B)
----README.md(744B)
----.gitattributes(52B)
----bower.json(435B)
----test()
--------is-truthy.js(415B)
----.editorconfig(439B)

网友评论