UNPKG

@fellow/prosemirror-recreate-transform

Version:

Create a set of steps transforming one prosemirror json document to another

4 lines (3 loc) 87 B
export function copy<T>(value: T): T { return JSON.parse(JSON.stringify(value)); }