Viewing File: /home/ubuntu/route-and-root-frontend-base/node_modules/dom-helpers/cjs/insertAfter.d.ts

/**
 * Inserts a node after a given reference node.
 *
 * @param node the node to insert
 * @param refNode the reference node
 */
export default function insertAfter(node: Node | null, refNode: Node | null): Node | null;
Back to Directory File Manager