UNPKG

limu

Version:

A fast js lib of immutable data, based on shallow copy on read and mark modified on write mechanism

5 lines (4 loc) 179 B
import type { AnyObject, DraftMeta } from '../inner-types'; export declare function handleDataNode(parentDataNode: any, copyCtx: { parentMeta: DraftMeta; } & AnyObject): any;