minor adjustment to readme
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / _esm5 / internal / util / not.js
1 /** PURE_IMPORTS_START  PURE_IMPORTS_END */
2 export function not(pred, thisArg) {
3     function notPred() {
4         return !(notPred.pred.apply(notPred.thisArg, arguments));
5     }
6     notPred.pred = pred;
7     notPred.thisArg = thisArg;
8     return notPred;
9 }
10 //# sourceMappingURL=not.js.map