| 1 | import { StandaloneValidator } from '@fastify/ajv-compiler' |
| 2 | import { StandaloneSerializer } from '@fastify/fast-json-stringify-compiler' |
| 3 | import Ajv from 'ajv' |
| 4 | import { expect } from 'tstyche' |
nothing calls this directly
no test coverage detected