搜索 "false" 的结果(共 4 个)
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