UNPKG

types-json

Version:
5 lines (4 loc) 148 B
import z from "zod"; import { is } from "./utils.js"; export const undefinedSchema = z.undefined(); export const isUndefined = is(undefinedSchema);