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
/
extra-schemas.d.ts
4 lines
(3 loc)
•
158 B
TypeScript
View Raw
1
2
3
4
import
*
as
z
from
"zod"
;
export
declare
const
port
:
() =>
z.
ZodNumber
;
export
declare
const
deprecate
:
() =>
z.
ZodEffects
<z.
ZodUndefined
,
never
,
undefined
>;