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.
A streams2 Readable stream generator, useful for testing.
created at July 4, 2013, 12:33 a.m.
Check whether a given value is a generator function
created at Feb. 5, 2014, 5:11 p.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.
Get the first element or first n elements of an array.
created at Dec. 12, 2014, 11:06 a.m.
Split array/TypedArray to chunks of given size
created at Jan. 6, 2016, 4:29 a.m.
Like `Promise.all` but for object properties.
created at March 5, 2016, 4:29 p.m.
Bind a context to all functions in an object, including deeply nested functions.
created at Jan. 21, 2016, 8:23 a.m.
A tiny easy math include addition multiplication subtraction division.
created at Sept. 25, 2018, 8:24 a.m.
Swaps the index / position of an array
created at April 20, 2016, 6:22 a.m.
I'll give you the right URL, but don't call me Shirley!
created at Jan. 5, 2020, 7:07 p.m.
Convert a string to a space case.
created at Sept. 19, 2013, 12:06 a.m.
Convert a string to a sentence case.
created at Sept. 19, 2013, 2:18 a.m.
DOM element value getter/setter.
created at May 9, 2015, 5:13 p.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.