UNPKG

@freeword/meta

Version:

Meta package for Freeword: exports all core types, constants, and utilities from the src/ directory.

6 lines (4 loc) 380 B
export { Z, zShape } from './ZodInternal.ts' export type { Zcasted, Zsketch, ZodRawShape, ZodString, Zchecker, ZodType, ZodAny } from './ZodInternal.ts' export { zShapename, isChecker } from './ZodTypeguards.ts' export type * from './ZodMonkeypunch.ts'