Skip to main content
Module

x/rimbu/common/types.ts

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
import * as rimbu from "https://deno.land/x/rimbu@0.14.0/common/types.ts";

Interfaces

Utility type to convert some object to a JSON serializable format.

Type Aliases

Accepts all arrays with at least one element.

Accepts all types of T and U where T extends U or U extends T.

Accepts all strings with at least one character.

Accepts all types of T and S where S extends T, and results in the lower bound S.

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