feat(typescript-types): Add IsAny<T>
This commit is contained in:
28
packages/typescript-types/package.json
Normal file
28
packages/typescript-types/package.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "@tabshift/typescript-types",
|
||||
"description": "Extended utility types for Typescript",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"files": [
|
||||
"src"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "tstyche",
|
||||
"prepublish": "pnpm build"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tabshift/typescript-config": "workspace:",
|
||||
"tstyche": "^4.1.0",
|
||||
"typescript": "latest"
|
||||
},
|
||||
"author": "T. R. Bernstein <ljspkgs01-project@tabshift.dev>",
|
||||
"license": "EUPL-1.2",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./src/index.d.ts"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user