Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
type alias Coalesce
import { type Coalesce } from "https://deno.land/x/openbox@1.2.10/types/utils.ts";
definition: [T] extends [never] ? D : T