UNPKG
map-transform-cjs
Version:
latest (0.2.0)
0.2.0
0.1.1
0.1.0
MapTransform with CJS support
github.com/oderayi/map-transform-cjs
oderayi/map-transform-cjs
map-transform-cjs
/
dist
/
operations
/
pipe.d.ts
6 lines
(3 loc)
•
159 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Pipeline
,
Operation
}
from
'../types.js'
;
declare
function
pipe
(
defs
?:
Pipeline
,
doReturnContext
?:
boolean
):
Operation
;
export
{ pipe
as
default
};