(size: number, params?: string | core.$ZodCheckSizeEqualsParams)
| 1786 | nonempty(params?: string | core.$ZodCheckMinSizeParams): this; |
| 1787 | max(maxSize: number, params?: string | core.$ZodCheckMaxSizeParams): this; |
| 1788 | size(size: number, params?: string | core.$ZodCheckSizeEqualsParams): this; |
| 1789 | } |
| 1790 | export const ZodMap: core.$constructor<ZodMap> = /*@__PURE__*/ core.$constructor("ZodMap", (inst, def) => { |
| 1791 | core.$ZodMap.init(inst, def); |
no outgoing calls
no test coverage detected