diff options
Diffstat (limited to 'sandbox/testAppNevena/Front/node_modules/rxjs/internal/util/subscribeToArray.js')
-rw-r--r-- | sandbox/testAppNevena/Front/node_modules/rxjs/internal/util/subscribeToArray.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sandbox/testAppNevena/Front/node_modules/rxjs/internal/util/subscribeToArray.js b/sandbox/testAppNevena/Front/node_modules/rxjs/internal/util/subscribeToArray.js deleted file mode 100644 index 029c2327..00000000 --- a/sandbox/testAppNevena/Front/node_modules/rxjs/internal/util/subscribeToArray.js +++ /dev/null @@ -1,9 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.subscribeToArray = function (array) { return function (subscriber) { - for (var i = 0, len = array.length; i < len && !subscriber.closed; i++) { - subscriber.next(array[i]); - } - subscriber.complete(); -}; }; -//# sourceMappingURL=subscribeToArray.js.map
\ No newline at end of file |