aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/rxjs/dist/esm/internal/operators/takeUntil.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/rxjs/dist/esm/internal/operators/takeUntil.js')
-rw-r--r--node_modules/rxjs/dist/esm/internal/operators/takeUntil.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/node_modules/rxjs/dist/esm/internal/operators/takeUntil.js b/node_modules/rxjs/dist/esm/internal/operators/takeUntil.js
deleted file mode 100644
index 5913741..0000000
--- a/node_modules/rxjs/dist/esm/internal/operators/takeUntil.js
+++ /dev/null
@@ -1,11 +0,0 @@
-import { operate } from '../util/lift';
-import { createOperatorSubscriber } from './OperatorSubscriber';
-import { innerFrom } from '../observable/innerFrom';
-import { noop } from '../util/noop';
-export function takeUntil(notifier) {
- return operate((source, subscriber) => {
- innerFrom(notifier).subscribe(createOperatorSubscriber(subscriber, () => subscriber.complete(), noop));
- !subscriber.closed && source.subscribe(subscriber);
- });
-}
-//# sourceMappingURL=takeUntil.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