deepl-mark/dist/ast/unist.js

7 lines
92 B
JavaScript

function unNodeIsParent(node) {
return "children" in node;
}
export {
unNodeIsParent
};