0.14.8 • Published 8 years ago

js-object-tools v0.14.8

Weekly downloads
3
License
-
Repository
github
Last release
8 years ago

js-object-tools Build Status Coverage Status

NPM

check

test the type of a JS primitive without the usual bs between dates and objects, or strings and numbers

for example

check(new Date(), Object);
// returns false
check('0', Number);
// returns false
check(0, Number);
// returns true
check(0, undefined);
// returns false

diff

Some helpful methods for diff, merge, clone, flatten, etc ...

see test folder for examples

0.14.8

8 years ago

0.14.7

8 years ago

0.14.6

8 years ago

0.14.4

8 years ago

0.13.4

8 years ago

0.14.5

8 years ago

0.14.0

8 years ago

0.13.2

8 years ago

0.13.1

8 years ago

0.13.0

8 years ago

0.12.9

8 years ago

0.12.8

8 years ago

0.12.7

8 years ago

0.12.6

8 years ago

0.12.5

8 years ago

0.12.4

8 years ago

0.12.3

8 years ago

0.12.2

8 years ago

0.12.0

8 years ago

0.11.2

8 years ago

0.11.1

8 years ago

0.11.0

8 years ago

0.9.11

8 years ago

0.9.10

8 years ago

0.9.9

9 years ago

0.9.8

9 years ago

0.9.7

9 years ago

0.9.6

9 years ago

0.9.5

9 years ago

0.9.4

9 years ago

0.9.3

9 years ago

0.9.2

9 years ago

0.9.1

9 years ago

0.9.0

9 years ago