not.js 134 Bytes Raw Blame History Permalink 1 2 3 4 export function not(pred, thisArg) { return (value, index) => !pred.call(thisArg, value, index); } //# sourceMappingURL=not.js.map