UNPKG

@rimbu/typical

Version:

Type-level numeric and string operations

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