npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "in-array" 的结果(共 3 个)
babel-plugin-array-includes

Replaces `arr.includes(val)' with `arr.indexOf(val) >= 0`.

MIT
in-array

Return true if a value exists in an array. Faster than using indexOf and won't blow up on null values.

MIT
eslint-plugin-array-func

Rules dealing with Array functions and methods.

MIT