@stdlib/utils-async-function-sequence
Function sequence.
Function sequence.
Convert each object key to lowercase.
Apply a function to each element in an array and assign the result to an element in an output array.
Create a function that applies arguments to a provided function after transforming arguments according to a callback function.
Map keys from one object to a new object having the same values.
Perform a single-pass map-reduce operation against each element in an array and return the accumulated result.
Perform a single-pass map-reduce operation against each element in an array while iterating from right to left and return the accumulated result.
Apply a function to each element in an array and assign the result to an element in an output array, iterating from right to left.
Map values from one object to a new object having the same keys.
Apply a function to elements in two input arrays and assign the results to an output array.
Apply a function to elements in two input arrays while iterating from right to left and assign the results to an output array.
Apply a function to each nested element in an array of arrays and assign the result to a nested element in a new array of arrays.
Apply a function to each nested element in a three-dimensional nested array and assign the result to a nested element in a new three-dimensional nested array.
Apply a function to each nested element in a four-dimensional nested array and assign the result to a nested element in a new four-dimensional nested array.
Apply a function to each nested element in a five-dimensional nested array and assign the result to a nested element in a new five-dimensional nested array.
Convert a collection to an object whose keys are determined by a provided function and whose values are the collection values.
Convert a collection to an object whose keys are determined by a provided function and whose values are the collection values, iterating from right to left.
Quickly and easily setup a series of streams to move and transform data
Browserify transform for pre-compiled Twig.js templates
Think of GSAP as the Swiss Army Knife of animation. It animates anything JavaScript can touch (CSS properties, canvas library objects, SVG, generic objects, whatever) and solves countless browser inconsistencies, all with blazing speed (up to 20x faster t