diff options
Diffstat (limited to 'sandbox/testAppNevena/Front/node_modules/rxjs/internal/operators/endWith.js')
-rw-r--r-- | sandbox/testAppNevena/Front/node_modules/rxjs/internal/operators/endWith.js | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sandbox/testAppNevena/Front/node_modules/rxjs/internal/operators/endWith.js b/sandbox/testAppNevena/Front/node_modules/rxjs/internal/operators/endWith.js deleted file mode 100644 index 028bd4e6..00000000 --- a/sandbox/testAppNevena/Front/node_modules/rxjs/internal/operators/endWith.js +++ /dev/null @@ -1,13 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -var concat_1 = require("../observable/concat"); -var of_1 = require("../observable/of"); -function endWith() { - var array = []; - for (var _i = 0; _i < arguments.length; _i++) { - array[_i] = arguments[_i]; - } - return function (source) { return concat_1.concat(source, of_1.of.apply(void 0, array)); }; -} -exports.endWith = endWith; -//# sourceMappingURL=endWith.js.map
\ No newline at end of file |