3.0.1 • Published 4 years ago

itype v3.0.1

Weekly downloads
559
License
MIT
Repository
github
Last release
4 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

4 years ago

2.0.4

4 years ago

3.0.0

4 years ago

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago