indexof
Array finder
Finds the position of a specified element in an array
Thanks microsoft
15 stars
4 watching
11 forks
Language: JavaScript
last commit: over 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mljs/array | Functional utilities to transform and compute stats on arrays | 16 |
jonschlinkert/array-last | Returns the last element(s) in an array | 35 |
jonschlinkert/array-first | Returns one or more elements from the beginning of an array | 11 |
paulmillr/array.prototype.findindex | Polyfills ES6 Array.prototype.findIndex for older environments | 28 |
kvnneff/deku-component-find-all | Traverses a component tree and returns components that satisfy a condition | 1 |
jonschlinkert/in-array | Returns true if a value exists in an array without searching the entire array or handling null values | 16 |
yalabot/angular-foundation | Provides AngularJS directives for building web applications using the Foundation framework | 1,051 |
paulmillr/array.prototype.find | Fills ES6 Array.prototype.find method in older environments | 38 |
juliangruber/isarray | A polyfill for Array.isArray to support older browsers and Node.js versions. | 132 |
parro-it/map-array | Converts key-value pairs of an object into a sorted array of key-value pairs | 4 |
componentjs/builder2.js | A builder for creating component files by resolving dependencies and processing various asset types | 50 |
mariuszfoltak/angular2-datatable | A table component with sorting and pagination for Angular2 applications. | 202 |
valor-software/ng2-select | An Angular component for selecting items from an array or querying data remotely. | 675 |
localvoid/ndx | A lightweight library for full-text indexing and searching | 153 |
spatie/laravel-site-search | A package to create a private search index by crawling and indexing a website | 274 |