Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / _esm5 / internal / util / not.js
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/rxjs/_esm5/internal/util/not.js b/.config/coc/extensions/node_modules/coc-prettier/node_modules/rxjs/_esm5/internal/util/not.js
new file mode 100644 (file)
index 0000000..a77962e
--- /dev/null
@@ -0,0 +1,10 @@
+/** PURE_IMPORTS_START  PURE_IMPORTS_END */
+export function not(pred, thisArg) {
+    function notPred() {
+        return !(notPred.pred.apply(notPred.thisArg, arguments));
+    }
+    notPred.pred = pred;
+    notPred.thisArg = thisArg;
+    return notPred;
+}
+//# sourceMappingURL=not.js.map