has-values
Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays.
object.defaults
Like `extend` but only copies missing properties/values to the target object.
map-or-similar
A JavaScript (JS) Map or Similar object polyfill if Map is not available.
array-slice
Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.
pretty
Some tweaks for beautifying HTML with js-beautify according to my preferences.