UNPKG

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