3.0.1 • Published 6 years ago

itype v3.0.1

Weekly downloads
559
License
MIT
Repository
github
Last release
6 years ago

iType License NPM version Dependency Status Build Status Coverage Status

Improved type check.

Install

npm i itype --save

How to use?

const itype = require('itype');

console.og(itype.string('hello'))
// returns
true

console.log(itype('world'));
// returns
'string'

console.log(itype.array([1, 2]));
// returns
true

License

MIT

3.0.1

6 years ago

2.0.4

6 years ago

3.0.0

6 years ago

2.0.3

9 years ago

2.0.2

9 years ago

2.0.1

9 years ago

2.0.0

9 years ago

1.0.2

10 years ago

1.0.1

11 years ago

1.0.0

11 years ago