UNPKG

type-check-utility

Version:
31 lines (30 loc) 641 B
{ "name": "type-check-utility", "version": "2.2.7", "description": "Simple utility for type check.", "main": "index.js", "scripts": { "prepare": "tsc", "test": "tsc && jest" }, "keywords": [ "type", "npm", "check", "javascript" ], "author": "Rapsy Tree", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/rapsalands/type-check-utility" }, "dependencies": {}, "devDependencies": { "@types/jest": "^26.0.15", "@types/node": "^14.14.10", "jest": "^26.6.3", "ts-jest": "^26.4.4", "typescript": "^4.1.2" } }