aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/rxjs/dist/esm/internal/operators/concat.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/rxjs/dist/esm/internal/operators/concat.js')
-rw-r--r--node_modules/rxjs/dist/esm/internal/operators/concat.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/node_modules/rxjs/dist/esm/internal/operators/concat.js b/node_modules/rxjs/dist/esm/internal/operators/concat.js
deleted file mode 100644
index 7a5502f..0000000
--- a/node_modules/rxjs/dist/esm/internal/operators/concat.js
+++ /dev/null
@@ -1,11 +0,0 @@
-import { operate } from '../util/lift';
-import { concatAll } from './concatAll';
-import { popScheduler } from '../util/args';
-import { from } from '../observable/from';
-export function concat(...args) {
- const scheduler = popScheduler(args);
- return operate((source, subscriber) => {
- concatAll()(from([source, ...args], scheduler)).subscribe(subscriber);
- });
-}
-//# sourceMappingURL=concat.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