Blame view

天文台pc/tianwentai-ui/node_modules/dom-helpers/esm/clear.d.ts 153 Bytes
bc518174   王天杨   提交两个项目文件
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;