We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eca8668 commit 314a359Copy full SHA for 314a359
benchmarks/utils.ts
@@ -9,7 +9,7 @@ import type { TAnySchema } from '@sinclair/typebox'
9
10
export const benchmark = <T extends TAnySchema>(
11
model: T,
12
- value: T['static']
+ value: T['static'],
13
options?: Parameters<typeof createMirror>[1]
14
) => {
15
const mirror = createMirror(model, {
0 commit comments