UNPKG

147 BTypeScriptView Raw
1/**
2 * Removes a given node from the DOM.
3 *
4 * @param node the node to remove
5 */
6export default function remove(node: Node | null): Node | null;