UNPKG

@coralogix/browser

Version:

Official Coralogix SDK for browsers

9 lines (8 loc) 285 B
import type MutationBuffer from './mutation'; export default class ProcessedNodeManager { private nodeMap; private active; inOtherBuffer(node: Node, thisBuffer: MutationBuffer): boolean | undefined; add(node: Node, buffer: MutationBuffer): void; destroy(): void; }