Skip to main content
Module

x/rimbu/mod.ts>SuperOf

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
type alias SuperOf
import { type SuperOf } from "https://deno.land/x/rimbu@0.14.0/mod.ts";

Accepts all types of T and U where T extends U, and result in the upper bound U.

definition: T extends U ? U : never