Skip to main content
Module

x/rimbu/typical/index.ts

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
File
import type * as U from './utils.ts';import type * as Str from './str.ts';import type * as StrNum from './strnum.ts';import type * as Num from './num.ts';
export type { U, Str, StrNum, Num };