0.14.8 • Published 7 years ago

js-object-tools v0.14.8

Weekly downloads
3
License
-
Repository
github
Last release
7 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

7 years ago

0.14.7

7 years ago

0.14.6

7 years ago

0.14.4

7 years ago

0.13.4

7 years ago

0.14.5

7 years ago

0.14.0

7 years ago

0.13.2

7 years ago

0.13.1

7 years ago

0.13.0

7 years ago

0.12.9

7 years ago

0.12.8

7 years ago

0.12.7

7 years ago

0.12.6

7 years ago

0.12.5

7 years ago

0.12.4

7 years ago

0.12.3

7 years ago

0.12.2

7 years ago

0.12.0

7 years ago

0.11.2

7 years ago

0.11.1

7 years ago

0.11.0

7 years ago

0.9.11

7 years ago

0.9.10

7 years ago

0.9.9

7 years ago

0.9.8

7 years ago

0.9.7

7 years ago

0.9.6

7 years ago

0.9.5

7 years ago

0.9.4

7 years ago

0.9.3

7 years ago

0.9.2

8 years ago

0.9.1

8 years ago

0.9.0

8 years ago