starts-with
Returns `true` if the given string or array starts with prefix using strict equality for comparisons. Using fastest implementation.
Returns `true` if the given string or array starts with prefix using strict equality for comparisons. Using fastest implementation.
Module for working with CIDR (v4, v6)
A tiny, faster alternative to native Array.prototype.every
Parse dotenv files for Boolean, Array, and Number variable types, built for CrocodileJS
Uppercase first character of each element in arrays of strings.
Get consecutively unique elements from an array
HashMap Class for JavaScript
Asynchronous iterator function for parallel processing.
high-performance, zero-dependency circular reference check for objects (or arrays)
Utility for modifying / processing the contents of Javascript objects or arrays via object notation strings or globs.
remove items from a javascript array without generating memory garbage
Get the index of the first element in an array that returns truthy for the given value, using strict equality for comparisons.
Creates a real Array from almost anything.
Transforms nested keys of complex objects
Check if an Array is sorted
Detect which ES6 (ES2015 and above) features are available
Allows deep cloning of plain objects that contain primitives, nested plain objects, or nested plain arrays.
Make array iteration easy when using async/await and Promises
Casts the given value to a flatten array, and removes falsey items (similar to lodash compact).
Run promise-returning & async functions in series