文件名称:truely:测试真实值并返回布尔值。 可以接受整数,字符串甚至对象值
文件大小:2KB
文件格式:ZIP
更新时间:2024-06-09 17:36:31
JavaScript
真的 测试真实值并返回布尔值。 可以接受整数,字符串甚至对象值。 ##安装 使用npm: $ npm install --save truely 在NodeJs / io.js中 var truely= require('truely'); //some truely tests truely('yes') => true truely('1') => true truely('0') => false truely('yes') => true truely(0) => false truely(false) => false truely({}) => false truely({has:'value'}) => true
【文件预览】:
truely-master
----index.js(488B)
----package.json(1KB)
----.gitignore(60B)
----README.md(478B)