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
/
util
/
type-helpers.js
4 lines
•
144 B
JavaScript
View Raw
1
2
3
4
export
function
assertNever
(
value
) {
throw
new
Error
(
`Unhandled type:
${
JSON
.stringify(value)}
`
); }
//# sourceMappingURL=type-helpers.js.map