0.4.3 • Published 8 years ago

jsink v0.4.3

Weekly downloads
32
License
SEE LICENSE IN <L...
Repository
github
Last release
8 years ago

jsink npm version

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

deepMerge(a: Any, b: Any)

deeply merges a and b.

Date

areSameDate(a: Date, b: Date)

Returns true if a and brepresents the same date (same day of same month of same year).

isDate(a: Any)

Returns true if a is a Javascript Date object.

monthName(date: Date, [locale: String])

Returns a String that represents the month name with the given locale. Default locale is english. Locale supported values are "en", "it".

utils

uuid()

Generates a uuid.

0.4.3

8 years ago

0.4.2

8 years ago

0.4.1

8 years ago

0.4.0

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago