ts-unreachable
Version:
Utility function for exhaustiveness checking with TypeScript.
25 lines (24 loc) • 457 B
JSON
{
"name": "ts-unreachable",
"version": "2.0.0",
"keywords": [
"bottom type",
"default",
"discriminated",
"disjoint",
"exhaustiveness checking",
"exhaustiveness",
"switch",
"tagged unions",
"typed",
"typescript",
"unreachable"
],
"repository": "LinusU/ts-unreachable",
"license": "MIT",
"type": "module",
"exports": "./index.js",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
}
}