(schema: any)
| 33 | }; |
| 34 | |
| 35 | const getProperties = (schema: any) => schema?.properties; |
| 36 | |
| 37 | export const createTypeBoxSchematizer: typeof createTypeBoxSchematizerDecl = |
| 38 | () => createCustomSchematizer(unwrapSchema, getProperties); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…