A small promise-based wrapper for through2
created at Feb. 23, 2016, 3:21 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.
Efficiently remove an element from an unordered array without doing a splice
created at Dec. 30, 2015, 2:31 p.m.
defines static object attributes using `Object.defineProperties`
created at March 6, 2016, 1:59 p.m.
Converts an object literal with deeply nested nodes to a simple key/value object
created at Dec. 29, 2014, 3:09 p.m.
A through2 to create an Array.prototype.map analog for streams.
created at Aug. 6, 2013, 5:11 a.m.
checks if foo is not defined, i.e. undefined, null, an empty string, array, object or NaN
created at Feb. 5, 2016, 9:03 a.m.
Like `Promise.all` but for object properties.
created at March 5, 2016, 4:29 p.m.
Remove an existing case from a string.
created at Sept. 19, 2013, 4:26 a.m.
Convert a string to a constant case.
created at Sept. 19, 2013, 2:13 a.m.
Convert a string to a capital case.
created at Sept. 19, 2013, 12:37 a.m.
Convert a string to a camel case.
created at Sept. 19, 2013, 12:16 a.m.
Left pad a string with zeros or a specified string. Fastest implementation.
created at Nov. 30, 2014, 7:21 p.m.
Return true if a value exists in an array. Faster than using indexOf and won't blow up on null values.
created at June 26, 2014, 10:48 a.m.