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, 11 insertions, 0 deletions
diff --git a/node_modules/rxjs/dist/esm5/internal/operators/endWith.js b/node_modules/rxjs/dist/esm5/internal/operators/endWith.js
new file mode 100644
index 0000000..81f6808
--- /dev/null
+++ b/node_modules/rxjs/dist/esm5/internal/operators/endWith.js
@@ -0,0 +1,11 @@
+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