import { type schemable } from "https://deno.land/x/fun@v.2.0.0-alpha.11/mod.ts";
const { IntersectSchemable } = schemable;
Takes two schemables, left and right, and returns the intersection of them. This means that any value for must match both schemables.