Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.30.2/benchmark/measurement/module/result.ts";
definition: { type: string; ajv: { iterations: number; completed: number; }; compiler: { iterations: number; completed: number; }; value?: { iterations: number; completed: number; }; }