UNPKG

typing-assets

Version:

Additional typing assets and helpers for better TypeScript experience

38 lines (37 loc) 848 B
{ "name": "typing-assets", "version": "2.1.5", "description": "Additional typing assets and helpers for better TypeScript experience", "main": "build/index.js", "types": "build/index.d.ts", "bugs": { "url": "https://github.com/LCcodder/typing-assets/issues/new" }, "homepage": "https://github.com/LCcodder/typing-assets", "repository": { "type": "git", "url": "https://github.com/LCcodder/typing-assets" }, "scripts": { "test": "jest --watch=all" }, "keywords": [ "typescript", "utility", "types", "typing", "assets", "type guard", "asserter", "predicates" ], "author": "LCcodder", "license": "ISC", "devDependencies": { "@jest/globals": "^29.7.0", "@types/jest": "^29.5.12", "jest": "^29.7.0", "ts-jest": "^29.1.4", "typescript": "^5.4.5" } }