@freeword/meta
Version:
Meta package for Freeword: exports all core types, constants, and utilities from the src/ directory.
5 lines • 295 B
TypeScript
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';
//# sourceMappingURL=internal.d.ts.map