diff options
Diffstat (limited to 'sandbox/testAppNevena/Front/node_modules/rxjs/internal/operators/zipAll.js')
-rw-r--r-- | sandbox/testAppNevena/Front/node_modules/rxjs/internal/operators/zipAll.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sandbox/testAppNevena/Front/node_modules/rxjs/internal/operators/zipAll.js b/sandbox/testAppNevena/Front/node_modules/rxjs/internal/operators/zipAll.js deleted file mode 100644 index 40f88aa8..00000000 --- a/sandbox/testAppNevena/Front/node_modules/rxjs/internal/operators/zipAll.js +++ /dev/null @@ -1,8 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -var zip_1 = require("../observable/zip"); -function zipAll(project) { - return function (source) { return source.lift(new zip_1.ZipOperator(project)); }; -} -exports.zipAll = zipAll; -//# sourceMappingURL=zipAll.js.map
\ No newline at end of file |