import { Value } from "https://deno.land/x/typebox_deno@0.31.22/src/value/index.ts";
const { Decode } = Value;
Decodes a value or throws if error
Type Parameters
optional
D = Types.StaticDecode<T>Parameters
schema: T
import { Value } from "https://deno.land/x/typebox_deno@0.31.22/src/value/index.ts";
const { Decode } = Value;
Decodes a value or throws if error