npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "indexof" 的结果(共 14 个)
babel-plugin-array-includes

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

MIT
buffer-indexof-polyfill

This is a polyfill for Buffer#indexOf introduced in NodeJS 4.0.

MIT
buffer-indexof

find the index of a buffer in a buffer

MIT
lodash._baseindexof

The modern build of lodash’s internal `baseIndexOf` as a module.

MIT
lodash.indexof

The lodash method `_.indexOf` exported as a module.

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
utils-indexof

Returns the first index at which a given element can be found.

MIT
lodash._cacheindexof

The modern build of lodash’s internal `cacheIndexOf` as a module.

MIT
indexes-of

line String/Array#indexOf but return all the indexes in an array

@lazy-array/util-unique

提供陣列去重的工具函式,包含 indexOf 和 Set 兩種實現方式 / Provides array deduplication utilities with indexOf and Set implementation methods

ISC
arr-indexes-of

Like Array#indexOf but return all indexes

ISC