()
| 31485 | }); |
| 31486 | } |
| 31487 | keyof() { |
| 31488 | return createZodEnum(util_1.util.objectKeys(this.shape)); |
| 31489 | } |
| 31490 | }; |
| 31491 | exports2.ZodObject = ZodObject; |
| 31492 | ZodObject.create = (shape, params) => { |
nothing calls this directly
no test coverage detected