Viewing File: /home/ubuntu/voice-assistant-frontend/node_modules/dom-helpers/cjs/remove.d.ts

/**
 * Removes a given node from the DOM.
 *
 * @param node the node to remove
 */
export default function remove(node: Node | null): Node | null;
Back to Directory File Manager