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.
Left pad a string with zeros or a specified string. Fastest implementation.
created at Nov. 30, 2014, 7:21 p.m.
Returns an array filled with the specified input
created at Nov. 4, 2015, 12:20 p.m.
Return the last element in an array. Faster than `.slice`
created at June 28, 2014, 11:50 a.m.
A through2 wrapper to create an Array.prototype.filter analog for streams
created at Aug. 6, 2013, 4:45 a.m.
Returns a copy of an object with its keys sorted
created at Feb. 17, 2014, 8:10 p.m.
Convert a string to a camel case.
created at Sept. 19, 2013, 12:16 a.m.
Convert a string to a snake case.
created at Sept. 19, 2013, 12:20 a.m.
Returns true if a value exists, false if empty. Works with deeply nested values using object paths.
created at Sept. 22, 2014, 1:48 a.m.
🐦 Check for deprecated packages
created at Nov. 15, 2022, 3:01 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.
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 a string to a title case.
created at Sept. 19, 2013, 2:08 a.m.