Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/typebox/benchmark/measurement/module/result.ts>Result

JSON Schema Type Builder with Static Type Resolution for TypeScript
Go to Latest
type alias Result
import { type Result } from "https://deno.land/x/typebox@0.24.48/benchmark/measurement/module/result.ts";
definition: { type: string; ajv: { iterations: number; completed: number; }; compiler: { iterations: number; completed: number; }; value?: { iterations: number; completed: number; }; }