UNPKG
pipio
Version:
latest (0.1.7)
0.1.7
0.1.6
0.1.5
0.1.4
0.1.0
0.0.0-beta
Chain functions together and handle a complex workflow
github.com/ham3dz/pipio
ham3dz/pipio
pipio
/
dist
/
import
/
index.js
6 lines
(5 loc)
•
157 B
JavaScript
View Raw
1
2
3
4
5
6
export
*
from
'./pipio'
;
import
*
as
handlers_1
from
'./handlers'
;
export
{ handlers_1
as
handlers };
import
{ pipio }
from
'./pipio'
;
export
default
pipio;