swc/crates/swc_bundler/tests/.cache/untrusted/c975ee8158b4dfe2f9b40a891bffd63b2dee4b06.ts
2021-11-09 20:42:49 +09:00

28 lines
496 B
TypeScript

// Loaded from https://raw.githubusercontent.com/colinhacks/zod/654680afc2ede388e71e09104eac5a0088fe3207/deno/lib/ZodParsedType.ts
import { util } from "./helpers/util.ts";
export const ZodParsedType = util.arrayToEnum([
"string",
"nan",
"number",
"integer",
"boolean",
"date",
"bigint",
"symbol",
"function",
"undefined",
"null",
"array",
"object",
"unknown",
"promise",
"void",
"never",
"map",
]);
export type ZodParsedType = keyof typeof ZodParsedType;