import { type UnionSchemable } from "https://deno.land/x/fun@v2.0.0/schemable.ts";
Takes two schemables, left and right, and returns the union of them. This means that any value for must match either schemable.
Type Parameters
U extends Kind
x/fun/schemable.ts>UnionSchemable
import { type UnionSchemable } from "https://deno.land/x/fun@v2.0.0/schemable.ts";
Takes two schemables, left and right, and returns the union of them. This means that any value for must match either schemable.