UNPKG

extra-dom

Version:
6 lines 172 B
import { isNode } from './is-node.js'; export function isParentNode(val) { return isNode(val) && 'children' in val; } //# sourceMappingURL=is-parent-node.js.map