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.
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.
Convert milliseconds to a human readable string: `1337000000` → `15d 11h 23m 20s`
created at March 20, 2014, 2:36 p.m.
Returns a copy of an object with its keys sorted
created at Feb. 17, 2014, 8:10 p.m.
Check whether a given value is a generator function
created at Feb. 5, 2014, 5:11 p.m.
Convert a string to pascal case.
created at Sept. 25, 2013, 6:33 p.m.
Remove an existing case from a string.
created at Sept. 19, 2013, 4:26 a.m.
Convert a string to a sentence case.
created at Sept. 19, 2013, 2:18 a.m.
Convert a string to a constant case.
created at Sept. 19, 2013, 2:13 a.m.
Convert a string to a title case.
created at Sept. 19, 2013, 2:08 a.m.
Convert a string to a capital case.
created at Sept. 19, 2013, 12:37 a.m.
Convert a string to a snake case.
created at Sept. 19, 2013, 12:20 a.m.