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