jsink 
A library with useful Javascript extensions.
Note: this library is not ready to depend on.
Installation
Use with npm:
npm install jsink --save
Reference
Objects
deeply merges a and b.
Date
Returns true if a
and b
represents the same date (same day of same month of same year).
Returns true if a
is a Javascript Date object.
Returns a String
that represents the month name with the given locale.
Default locale is english. Locale supported values are "en"
, "it"
.
utils
Generates a uuid.