UNPKG

@realsee/dnalogel

Version:
9 lines (8 loc) 130 B
function n(i, ...f) { f.forEach((d) => { i.children.includes(d) || d && i.add(d); }); } export { n as addIfNotExists };