aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testAppNevena/Front/node_modules/rxjs/internal/operators/findIndex.js
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/testAppNevena/Front/node_modules/rxjs/internal/operators/findIndex.js')
-rw-r--r--sandbox/testAppNevena/Front/node_modules/rxjs/internal/operators/findIndex.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/sandbox/testAppNevena/Front/node_modules/rxjs/internal/operators/findIndex.js b/sandbox/testAppNevena/Front/node_modules/rxjs/internal/operators/findIndex.js
deleted file mode 100644
index 255982c9..00000000
--- a/sandbox/testAppNevena/Front/node_modules/rxjs/internal/operators/findIndex.js
+++ /dev/null
@@ -1,8 +0,0 @@
-"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });
-var find_1 = require("../operators/find");
-function findIndex(predicate, thisArg) {
- return function (source) { return source.lift(new find_1.FindValueOperator(predicate, source, true, thisArg)); };
-}
-exports.findIndex = findIndex;
-//# sourceMappingURL=findIndex.js.map \ No newline at end of file