UNPKG

extra-dom

Version:
5 lines 167 B
import { isParentNode } from './is-parent-node.js'; export function isntParentNode(val) { return !isParentNode(val); } //# sourceMappingURL=isnt-parent-node.js.map