DIR : /home/kozerus/public_html/cropex/node/node_modules/dom-helpers/esm/remove.d.ts /home/kozerus/public_html/cropex/node/node_modules/dom-helpers/esm /** * Removes a given node from the DOM. * * @param node the node to remove */ export default function remove(node: Node | null): Node | null;//