UNPKG

@abyrd9/zod-form-data

Version:

Type-safe Zod v4 utilities to flatten and unflatten data, parse FormData, and collect schema-aligned errors.

3 lines 302 B
export { convertObjectToFormData, convertFormDataToObject, } from "./conversion"; export { parseFormData, parseData, type ParseErrors, type ParseResult, type ParseSuccess as ParseSuccessResult, type ParseFailure as ParseFailureResult, } from "./parse-zod-form-data"; //# sourceMappingURL=index.d.ts.map