import { Value } from "https://deno.land/x/typebox_deno@0.31.22/src/value/index.ts";
const { Cast } = Value;
Casts a value into a given type. The return value will retain as much information of the original value as possible.
Casts a value into a given type. The return value will retain as much information of the original value as possible.
Parameters
schema: T