Files
rrweb/typings/record/collection.d.ts
2026-04-01 12:00:00 +08:00

5 lines
285 B
TypeScript

import { removedNodeMutation } from '../types';
export declare function deepDelete(addsSet: Set<Node>, n: Node): void;
export declare function isParentRemoved(removes: removedNodeMutation[], n: Node): boolean;
export declare function isAncestorInSet(set: Set<Node>, n: Node): boolean;