UNPKG

144 BTypeScriptView Raw
1/**
2 * Collects all child nodes of an element.
3 *
4 * @param node the node
5 */
6export default function childNodes(node: Element | null): Node[];