npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "boolean" 的结果(共 3 个)
is-negated-glob

Returns an object with a `negated` boolean and the `!` stripped from negation patterns. Also respects extglobs.

MIT
babel-plugin-transform-minify-booleans

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

MIT
is-boolean-object

Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.

MIT