UNPKG
@technik-sde/prosemirror-recreate-transform
Version:
latest (1.1.0)
1.1.0
1.0.1
1.0.0
Create a set of steps transforming one prosemirror json document to another
@technik-sde/prosemirror-recreate-transform
/
dist
/
src
/
copy.d.ts
2 lines
(1 loc)
•
46 B
TypeScript
View Raw
1
2
export declare
function
copy
<
T
>
(
value
:
T
)
:
T
;