import { type schemable } from "https://deno.land/x/fun@v.2.0.0-alpha.11/mod.ts";
const { Literal } = schemable;
These are the super-types that a Literal schema must extent. They are used to constrain the inputs for LiteralSchemable.
import { type schemable } from "https://deno.land/x/fun@v.2.0.0-alpha.11/mod.ts";
const { Literal } = schemable;
These are the super-types that a Literal schema must extent. They are used to constrain the inputs for LiteralSchemable.