Convert a string to a snake case.
created at Sept. 19, 2013, 12:20 a.m.
Converts an object literal with deeply nested nodes to a simple key/value object
created at Dec. 29, 2014, 3:09 p.m.
Convert a string to a title case.
created at Sept. 19, 2013, 2:08 a.m.
Normalize values in package.json to improve compatibility, programmatic readability and usefulness with third party libs.
created at March 25, 2014, 6:08 a.m.
Remove an existing case from a string.
created at Sept. 19, 2013, 4:26 a.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.
Check whether a given value is a generator function
created at Feb. 5, 2014, 5:11 p.m.
A streams2 Readable stream generator, useful for testing.
created at July 4, 2013, 12:33 a.m.
Get the real size of an <img>, <video>, or <canvas> in the browser.
created at Aug. 17, 2015, 12:10 a.m.
Convert a string to a capital case.
created at Sept. 19, 2013, 12:37 a.m.
Split array/TypedArray to chunks of given size
created at Jan. 6, 2016, 4:29 a.m.
Get the first element or first n elements of an array.
created at Dec. 12, 2014, 11:06 a.m.
Bind a context to all functions in an object, including deeply nested functions.
created at Jan. 21, 2016, 8:23 a.m.
Like `Promise.all` but for object properties.
created at March 5, 2016, 4:29 p.m.
Swaps the index / position of an array
created at April 20, 2016, 6:22 a.m.