UNPKG

linkedom

Version:

A triple-linked lists based DOM implementation

5 lines (4 loc) 229 B
export function before(node: any, nodes: any): void; export function after(node: any, nodes: any): void; export function replaceWith(node: any, nodes: any): void; export function remove(prev: any, current: any, next: any): void;