Extremely Popular
Latest
type alias StrictMorphVariant
import { type StrictMorphVariant } from "https://dotland.deno.dev/x/fresh@1.6.8/plugins/twindv1_deps.ts";
definition: T extends number ? `${T}` | T : T extends "true" ? true | T : T extends "false" ? false | T : T