UNPKG

@rimbu/typical

Version:

Type-level numeric and string operations

7 lines (5 loc) 200 B
import type * as U from './utils.mts'; import type * as Str from './str.mts'; import type * as StrNum from './strnum.mts'; import type * as Num from './num.mts'; export type { U, Str, StrNum, Num };