deep-unfreeze
Unfreezes a JavaScript object/array/function etc. that has previously been frozen, by doing a deep copy.
filter-object
Filter an object by its keys or values. Returns a copy of an object filtered to have only keys or values that match the given glob patterns.
kind-of
Get the native type of a value.
onetime
Ensure a function is only called once