import { type UnknownSchemable } from "https://deno.land/x/fun@v2.0.0/schemable.ts";
Wraps an unknown type in Schemable. This is the best escape hatch when a Schema isn't known ahead of time.
Type Parameters
U extends Kind
x/fun/schemable.ts>UnknownSchemable
import { type UnknownSchemable } from "https://deno.land/x/fun@v2.0.0/schemable.ts";
Wraps an unknown type in Schemable. This is the best escape hatch when a Schema isn't known ahead of time.