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
/
apply.d.ts
6 lines
(3 loc)
•
136 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Operation
}
from
'../types.js'
;
declare
function
apply
(
pipelineId
:
string
|
symbol
):
Operation
;
export
{ apply
as
default
};