UNPKG

linkedom

Version:

A triple-linked lists based DOM implementation

8 lines (7 loc) 346 B
export const childNodesWM: WeakMap<object, any>; export const childrenWM: WeakMap<object, any>; export const querySelectorWM: WeakMap<object, any>; export const querySelectorAllWM: WeakMap<object, any>; export function get(wm: any, self: any, method: any): any; export function reset(parentNode: any): void; export function startCaching(): void;