array-first
Array extractor
Returns one or more elements from the beginning of an array
Get the first element or first n elements of an array.
11 stars
3 watching
14 forks
Language: JavaScript
last commit: about 4 years ago
Linked from 1 awesome list
arrayfirstjavascriptnodejs
Related projects:
Repository | Description | Stars |
---|---|---|
| Returns the last element(s) in an array | 35 |
| Returns true if a value exists in an array without searching the entire array or handling null values | 16 |
| Returns an array with unique values from multiple arrays using strict equality comparisons | 46 |
| Utility function to flatten arrays by recursively iterating over their elements | 60 |
| A utility library that provides a simple way to access nested properties of objects using dot notation. | 247 |
| A polyfill for Array.isArray to support older browsers and Node.js versions. | 132 |
| Binds a context to all functions in an object and its nested functions | 9 |
| Finds the position of a specified element in an array | 15 |
| Utility function to check if a value is a number or string representation of a number | 262 |
| Polyfills ES6 Array.prototype.findIndex for older environments | 28 |
| A React wrapper for a popular JavaScript data visualization library | 18 |
| Tools to normalize package.json data for better compatibility and readability | 18 |
| Extracts structured variables from Sass files and makes them available in JavaScript for use in styles or dynamic content. | 186 |
| A tool to extract JavaScript sources from URLs and web pages efficiently | 732 |
| Extracts values from a binary buffer representing JSON data without parsing the entire structure. | 154 |