UNPKG
@naandalist/patch-package
Version:
latest (8.1.6)
8.1.6
8.1.5
8.1.3
8.1.2
8.1.1
Fix broken node modules with no fuss
github.com/naandalist/patch-package
naandalist/patch-package
@naandalist/patch-package
/
src
/
assertNever.ts
4 lines
(3 loc)
•
94 B
text/typescript
View Raw
1
2
3
4
export
function
assertNever
(
x
:
never
):
never
{
throw
new
Error
(
"Unexpected object: "
+ x) }