ts-undefined-partial
Version:
TypeScript recursive conversion between optional (partial) and undefined properties.
40 lines (39 loc) • 1.02 kB
JSON
{
"name": "ts-undefined-partial",
"version": "1.0.2",
"description": "TypeScript recursive conversion between optional (partial) and undefined properties.",
"homepage": "https://github.com/dimikot/ts-undefined-partial#readme",
"author": "Dimi Kot",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/dimikot/ts-undefined-partial.git"
},
"bugs": {
"url": "https://github.com/dimikot/ts-undefined-partial/issues"
},
"keywords": [
"typescript",
"undefined",
"optional",
"partial",
"type",
"generics"
],
"main": "./dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"test": "jest",
"clean": "rm -rf dist node_modules yarn.lock package-lock.json",
"deploy": "npm run build && npm test && npm publish"
},
"devDependencies": {
"@types/jest": "^26.0.3",
"jest": "^26.1.0",
"ts-jest": "^26.1.1",
"typescript": "^4.1.0"
},
"dependencies": {}
}