npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "false" 的结果(共 4 个)
boolbase

two functions: One that returns true, one that returns false

ISC
babel-plugin-transform-minify-booleans

Turn boolean literals into !0 for true and !1 for false.

MIT
eachr

Give eachr an item to iterate (array, object or map) and an iterator, then in return eachr gives iterator the value and key of each item, and will stop if the iterator returned false.

Artistic-2.0
has-value

Returns true if a value exists, false if empty. Works with deeply nested values using object paths.

MIT