UNPKG

@neumatter/is

Version:

Module for type checking in javascript.

41 lines (40 loc) 697 B
{ "name": "@neumatter/is", "version": "1.1.1", "description": "Module for type checking in javascript.", "type": "module", "author": "Cal Young", "keywords": [ "types", "typeof", "is", "boolean", "typeis", "type", "nodejs", "string", "javascript", "node" ], "main": "./index.cjs", "exports": { "import": "./index.js", "require": "./index.cjs" }, "types": "./types/index.d.ts", "devDependencies": { "@babel/eslint-parser": "^7.17.0", "standard": "^16.0.4" }, "babel": { "targets": { "node": "16" } }, "standard": { "parser": "@babel/eslint-parser", "ignore": [ "/types" ] } }