![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | LICENSE | 40 years ago | 1.1K | |
![]() | README.md | 40 years ago | 1.5K | d7c1522 post receive test [كارل مبارك] |
![]() | index.d.ts | 40 years ago | 1.6K | |
![]() | index.js | 40 years ago | 2.4K | |
![]() | package.json | 2 years ago | 1.8K |
complete type checking for node, extend core-util-is
dependencies:
npm install is-type-of
var is = require('is-type-of');
is.array([1]); // => true
is.primitive(true); // => true
is.primitive({}); // => false
is.generatorFunction(function * () {}); // => true
is.long(Math.pow(2, 33)); // => true
is.double(0); // => false
MIT