aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/rxjs/dist/esm5/internal/operators/endWith.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/rxjs/dist/esm5/internal/operators/endWith.js')
-rw-r--r--node_modules/rxjs/dist/esm5/internal/operators/endWith.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/node_modules/rxjs/dist/esm5/internal/operators/endWith.js b/node_modules/rxjs/dist/esm5/internal/operators/endWith.js
deleted file mode 100644
index 81f6808..0000000
--- a/node_modules/rxjs/dist/esm5/internal/operators/endWith.js
+++ /dev/null
@@ -1,11 +0,0 @@
-import { __read, __spreadArray } from "tslib";
-import { concat } from '../observable/concat';
-import { of } from '../observable/of';
-export function endWith() {
- var values = [];
- for (var _i = 0; _i < arguments.length; _i++) {
- values[_i] = arguments[_i];
- }
- return function (source) { return concat(source, of.apply(void 0, __spreadArray([], __read(values)))); };
-}
-//# sourceMappingURL=endWith.js.map \ No newline at end of file
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage