aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testAppNevena/Front/node_modules/rxjs/internal/util/not.js
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/testAppNevena/Front/node_modules/rxjs/internal/util/not.js')
-rw-r--r--sandbox/testAppNevena/Front/node_modules/rxjs/internal/util/not.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/sandbox/testAppNevena/Front/node_modules/rxjs/internal/util/not.js b/sandbox/testAppNevena/Front/node_modules/rxjs/internal/util/not.js
deleted file mode 100644
index e2518ad5..00000000
--- a/sandbox/testAppNevena/Front/node_modules/rxjs/internal/util/not.js
+++ /dev/null
@@ -1,12 +0,0 @@
-"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