UNPKG

@dfinity/zod-schemas

Version:

A collection of reusable Zod schemas and validators for common data patterns in ICP applications

7 lines (6 loc) 159 B
export * from "./arrays"; export * from "./option"; export * from "./principal"; export * from "./result"; export * from "./schema-id"; export * from "./url";