JS type checking.
engines: node >= 9.x
npm i --save iamdevonbutler/js-istype#1.0
stringnumberbooleanarrayobjectnullundefinedfunctionerrorsymbolNaNdate
API uses lowercase type names (but NaN is NaN)
const isType = require('js-istype');
isType({}, 'object'); // trueMIT