UNPKG
znv
Version:
latest (0.5.0)
next (0.5.0-rc.0)
0.5.0
0.5.0-rc.0
0.4.0
0.3.2
0.3.1
0.3.0
0.2.0
0.1.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Parse your environment with Zod schemas
github.com/lostfictions/znv
lostfictions/znv
znv
/
dist-cjs
/
util
/
type-helpers.js
7 lines
•
249 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
assertNever
= assertNever;
function
assertNever
(
value
) {
throw
new
Error
(
`Unhandled type:
${
JSON
.stringify(value)}
`
); }
//# sourceMappingURL=type-helpers.js.map