UNPKG
funcom
Version:
latest (0.2.0)
0.2.0
0.1.0
0.0.0
Functional composition helpers
github.com/nextools/metarepo
nextools/metarepo
funcom
/
types
/
index.d.ts
7 lines
(6 loc)
•
227 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
{ pipe }
from
'./pipe'
;
export
{ pipeAsync }
from
'./pipe-async'
;
export
{ compose }
from
'./compose'
;
export
{ composeAsync }
from
'./compose-async'
;
export
{ all }
from
'./all'
;
export
{ allAsync }
from
'./all-async'
;