Skip to main content

Variable: builtinProcessors

const builtinProcessors: Record<string, FormProcessor>

Defined in: packages/core/src/registry.ts:82

The default processor registry — maps every Zod v4 def.type string to its processor. The typed typedProcessors constant provides compile-time safety; this export widens to Record<string, FormProcessor> for runtime dispatch.