UNPKG
funcdor
Version:
latest (0.0.10)
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
Functional do style library
github.com/joaop-oliveira/dotfp
joaop-oliveira/dotfp
funcdor
/
src
/
index.ts
6 lines
(5 loc)
•
125 B
text/typescript
View Raw
1
2
3
4
5
6
export
*
from
'./box'
;
export
*
from
'./either'
;
export
*
from
'./try'
;
export
*
from
'./debug'
;
export
*
from
'./composes'
;