UNPKG

ts-global-type-extra

Version:

全域擴展 TypeScript 內建類型,提供更好的 Object.entries 類型推論 | Global extension of TypeScript built-in types with better Object.entries type inference

67 lines (66 loc) 2.13 kB
{ "name": "ts-global-type-extra", "version": "1.0.5", "description": "全域擴展 TypeScript 內建類型,提供更好的 Object.entries 類型推論 | Global extension of TypeScript built-in types with better Object.entries type inference", "keywords": [ ".d.ts", "@types", "declaration", "dev", "develop", "development", "environment", "ide", "interface", "node", "playground", "runtime", "ts", "type", "type-level", "typelevel", "types", "typescript", "typing", "typings", "type-helprt", "toolbox", "toolbelt" ], "homepage": "https://github.com/bluelovers/ws-ts-type/tree/master/packages/ts-global-type-extra#readme", "bugs": { "url": "https://github.com/bluelovers/ws-ts-type/issues" }, "repository": { "type": "git", "url": "git+https://github.com/bluelovers/ws-ts-type.git", "directory": "packages/ts-global-type-extra" }, "license": "ISC", "author": "bluelovers", "main": "index.js", "types": "index.d.ts", "typings": "index.d.ts", "scripts": { "coverage": "yarn run test -- --coverage", "lint": "ynpx --quiet eslint -- **/*.ts", "test": "jest --passWithNoTests", "test:jest": "ynpx --quiet jest -- --coverage --passWithNoTests", "test:jest:coverage": "node --run test:jest -- --coverage", "test:jest:snapshot": "yarn run test:jest -- -u", "test:mocha": "ynpx --quiet -p ts-node -p mocha mocha -- --require ts-node/register \"!(node_modules)/**/*.{test,spec}.{ts,tsx}\"", "test:snapshot": "yarn run test -- -u", "test:tsd": "ynpx tsd", "preversion": "yarn run prepublishOnly:check-bin && yarn run test", "prepublishOnly": "echo prepublishOnly", "prepublishOnly:check-bin": "ynpx --quiet @yarn-tool/check-pkg-bin", "prepublishOnly:update": "yarn run ncu && yarn run sort-package-json", "ncu": "yarn-tool ncu -u", "sort-package-json": "yarn-tool sort", "tsc:showConfig": "ynpx get-current-tsconfig -p" }, "dependencies": { "@types/node": "*" }, "gitHead": "811a1e5d63be50e633fea52df3ec19097c6f8663" }