搜索 "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._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
eslint-plugin-prefer-includes
prefer .includes over .contains and .indexOf
ISC