UNPKG

@thi.ng/rstream

Version:

Reactive streams & subscription primitives for constructing dataflow graphs / pipelines

11 lines (10 loc) 164 B
const __removeAllIDs = (impl, ids) => { let ok = true; for (let id of ids) { ok = impl.removeID(id) && ok; } return ok; }; export { __removeAllIDs };