clear.d.ts 153 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 /** * Removes all child nodes from a given node. * * @param node the node to clear */ export default function clear(node: Node | null): Node | null;