npm.io
3.0.1 • Published 6 years ago

itype

Licence
MIT
Version
3.0.1
Deps
0
Size
5 kB
Vulns
0
Weekly
0
Stars
3

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

Keywords