UNPKG
@rimbu/typical
Version:
latest (0.8.7)
0.8.7
0.8.5
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.7.0
0.6.0
0.6.0-alpha.2
0.6.0-alpha.1
0.5.2
0.5.1
0.5.0
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
Type-level numeric and string operations
rimbu.org
rimbu-org/rimbu
@rimbu/typical
/
dist
/
bun
/
index.mts
7 lines
(5 loc)
•
200 B
text/typescript
View Raw
1
2
3
4
5
6
7
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
};