UNPKG
mxs
Version:
latest (0.10.1)
0.10.1
0.10.0
0.9.0
0.8.2
0.8.1
0.8.0
0.7.0
0.6.0
0.5.2
0.5.1
0.5.0
0.4.0
0.3.0
⚔️ Lightweight functional JavaScript utilities
github.com/helderburato/maximus
helderburato/maximus
mxs
/
dist
/
index.d.ts
7 lines
(6 loc)
•
206 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
{ pipe }
from
'./pipe'
;
export
{ compose }
from
'./compose'
;
export
{ curry }
from
'./curry'
;
export
{ applyTo }
from
'./applyTo'
;
export
{ isEmpty }
from
'./isEmpty'
;
export
{ uniq }
from
'./uniq'
;