Showing 81-100 of 548,182 packages
Robustly get the length of a Typed Array
flattens nested vertex data into a typed array
Clone a git repository
Async array reduce. Asynchronously applies a function against an accumulator and each element in an array (from left to right, in series) to reduce it to a single value.
Converts arrays of integers from one base to another. Uses an O(N²) algorithm.
Join all elements of an array and create a human-readable string
Compile ES2015 destructuring to ES5
Compile ES2015 sticky regex to an ES5 RegExp constructor
Convert an object's keys to snake case
TypeScript definitions for clone-deep
Allow parsing of object rest/spread
Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
The pug parser (takes an array of tokens and converts it to an abstract syntax tree)
Clone objects by dropping circular references
Collection of utility functions
Babel plugin to ensure function declarations at the block level are block scoped
Creates a real Array from almost anything.
Apply ES2015 function.name semantics to all functions
Automatically add displayName to all your components
Find the first element in an array that passes a callback test. Equivalent to underscore.find()