aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/rxjs/dist/esm/internal/util/not.js
blob: a388b0bbda9ab7bbc5323c1886da1e7832d4b5ae (plain) (blame)
1
2
3
4
export function not(pred, thisArg) {
    return (value, index) => !pred.call(thisArg, value, index);
}
//# sourceMappingURL=not.js.map
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage