Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
buffer-indexof-polyfill
This is a polyfill for Buffer#indexOf introduced in NodeJS 4.0.
lodash.indexof
The lodash method `_.indexOf` exported as a module.
@stdlib/utils-index-of
Return the first index at which a given element can be found.
utils-indexof
Returns the first index at which a given element can be found.
kmp
Knuth-Morris-Pratt string searching algorithm.
indexof-limited
JavaScript library to find the first occurence of a substring inside a long string limited to initial and end position
strman.indexof
The [strman](https://github.com/dleitee/strman) method `indexof` exported as a [Node.js](https://nodejs.org/) module.
objectarrayindexof
indexOf, allIndexsOf, firstIndexOf, lastIndexOf, nthIndexOf implementations for an object array
async.util.indexof
async indexofhelper method as module.
@bemoje/arr-sorted-index-of
Binary search -based indexOf for sorted arrays.
@bemoje/arr-sorted-has
Binary search -based indexOf for sorted arrays.
hasWord
A string method to check if a given string contains a specific word
regex-indexof
Allows regex usage in indexOf function
string.prototype.lastindexof
An ES-spec-compliant `String.prototype.lastIndexOf`shim/polyfill/replacement that works as far down as ES3.
index-of-array
index of an array element within a 2D array
mid-index-of
The midIndexOf method returns the first index at which a given element can be found in the array, or -1 if it is not present.
multiple-needles-indexof
function finds the first occurrence of one of specified values in a string.
array-indexof-object
indexOf, allIndexsOf, firstIndexOf, lastIndexOf, nthIndexOf implementations for an object array
is-array-elem
Checks if value is found in array
buffer-indexof-fast
Fast indexOf for Buffer