import { Cast } from "https://deno.land/x/typebox_deno@0.31.22/src/value/cast.ts";
Casts a value into a given type and references. 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