Get the first element or first n elements of an array.
created at Dec. 12, 2014, 11:06 a.m.
Return the last element in an array. Faster than `.slice`
created at June 28, 2014, 11:50 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.
🎑🤞 Load one or more images, return a promise. Tiny, browser-only, no dependencies.
created at April 3, 2016, 8:41 a.m.
Get a formatted timestamp. Used in gulp, assemble, generate, and many others.
created at May 1, 2015, 9:01 a.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.
simple curry module, with nothing *too clever*, and full test coverage
created at Nov. 29, 2010, 8:55 a.m.
Check if something is a Node.js stream
created at Jan. 18, 2015, 6:55 p.m.
Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow
created at Jan. 24, 2015, 10:57 a.m.
Use property paths (`a.b.c`) get a nested value from an object.
created at Oct. 7, 2014, 8:51 p.m.
Test whether an object looks like a promises-a+ promise
created at Dec. 23, 2012, 4:01 p.m.
[DEPRECATED] Recursive Object.assign()
created at Sept. 14, 2015, 8:54 a.m.