ts-constrain-type
Version:
A generic constrained identity function
24 lines (23 loc) • 466 B
JSON
{
"name": "ts-constrain-type",
"version": "1.0.0",
"description": "A generic constrained identity function",
"main": "dist/index.js",
"scripts": {
"build": "tsc"
},
"keywords": [
"Typescript",
"Constrain",
"Constraint",
"Identity Function"
],
"author": "Kamen Kolev",
"license": "ISC",
"devDependencies": {
"typescript": "latest"
},
"repository": {
"url": "https://github.com/KamenKolev/ts-constrain-type"
}
}