Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / internal / util / not.js
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/rxjs/internal/util/not.js b/.config/coc/extensions/node_modules/coc-prettier/node_modules/rxjs/internal/util/not.js
new file mode 100644 (file)
index 0000000..e2518ad
--- /dev/null
@@ -0,0 +1,12 @@
+"use strict";
+Object.defineProperty(exports, "__esModule", { value: true });
+function not(pred, thisArg) {
+    function notPred() {
+        return !(notPred.pred.apply(notPred.thisArg, arguments));
+    }
+    notPred.pred = pred;
+    notPred.thisArg = thisArg;
+    return notPred;
+}
+exports.not = not;
+//# sourceMappingURL=not.js.map
\ No newline at end of file