Jon Schlinkert
Jon Schlinkert
pretty-time
Easily format the time from node.js `process.hrtime`. Works with timescales ranging from weeks to nanoseconds.
use
Easily add plugin support to your node.js application.
is-match
Create a matching function from a glob pattern, regex, string, array or function.
object.pick
(object pick) returns a filtered copy of an object with only the specified keys, exactly like `pick` from lo-dash / underscore.
for-in
Iterate over the enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`.
shallow-clone
Make a shallow clone of an object, array or primitive.
is-equal-shallow
Does a shallow comparison of two objects, returning false if the keys or values differ.
rename-keys
Modify/rename the keys of the own enumerable properties of an object.