UNPKG

@freeword/meta

Version:

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

5 lines 275 B
export { Z, zShape } from './ZodInternal.ts'; export { zShapename, isChecker } from './ZodTypeguards.ts'; export type { Zcasted, Zsketch, ZodRawShape, ZodString, Zchecker } from './ZodInternal.ts'; export type * from './ZodMonkeypunch.ts'; //# sourceMappingURL=index.d.ts.map