UNPKG

enhancer-recluster

Version:

Clustering library with support for zero-downtime reloading

7 lines (5 loc) 147 B
exports.removeFrom = removeFrom; function removeFrom(list, item) { var index = list.indexOf(item) if (index >= 0) list.splice(index, 1) }