import { type Eq } from "https://deno.land/x/hyogwa@v0.1.0-rc.4/src/utils.ts";
Test equality of given two types.
If given two types are equal, returns 'true' literal type. If not, returns 'false' literal type.
import { type Eq } from "https://deno.land/x/hyogwa@v0.1.0-rc.4/src/utils.ts";
Test equality of given two types.
If given two types are equal, returns 'true' literal type. If not, returns 'false' literal type.