UNPKG

types-json

Version:
5 lines (4 loc) 190 B
import z from "zod"; export type Optional<T> = T | undefined; export declare const undefinedSchema: z.ZodUndefined; export declare const isUndefined: (value: unknown) => value is undefined;