Filter object keys and values into a new object
created at Aug. 10, 2015, 5:42 a.m.
Transform your data as it pass by, synchronously.
created at Dec. 20, 2016, 11:47 a.m.
Resolves a promise after a specified delay.
created at Aug. 22, 2015, 7:45 p.m.
A through2 to create an Array.prototype.map analog for streams.
created at Aug. 6, 2013, 5:11 a.m.
Recursively flatten an array or arrays. This is the fastest implementation of array flatten.
created at Sept. 26, 2014, 1:59 a.m.
Document ready listener for modern browsers
created at Oct. 9, 2015, 6:04 p.m.
Returns an array with only the unique values from all given arrays using strict equality for comparisons.
created at Sept. 26, 2014, 6:39 a.m.
A very tiny and fast compose function.
created at Sept. 28, 2018, 6:30 a.m.
Left pad a string with zeros or a specified string. Fastest implementation.
created at Nov. 30, 2014, 7:21 p.m.
Returns an array filled with the specified input
created at Nov. 4, 2015, 12:20 p.m.
Returns a copy of an object with its keys sorted
created at Feb. 17, 2014, 8:10 p.m.
A through2 wrapper to create an Array.prototype.filter analog for streams
created at Aug. 6, 2013, 4:45 a.m.
Convert a string to a camel case.
created at Sept. 19, 2013, 12:16 a.m.
Return the last element in an array. Faster than `.slice`
created at June 28, 2014, 11:50 a.m.
Returns true if a value exists, false if empty. Works with deeply nested values using object paths.
created at Sept. 22, 2014, 1:48 a.m.