aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/rxjs/dist/esm5/internal/operators/finalize.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/rxjs/dist/esm5/internal/operators/finalize.js')
-rw-r--r--node_modules/rxjs/dist/esm5/internal/operators/finalize.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/node_modules/rxjs/dist/esm5/internal/operators/finalize.js b/node_modules/rxjs/dist/esm5/internal/operators/finalize.js
deleted file mode 100644
index f86b285..0000000
--- a/node_modules/rxjs/dist/esm5/internal/operators/finalize.js
+++ /dev/null
@@ -1,12 +0,0 @@
-import { operate } from '../util/lift';
-export function finalize(callback) {
- return operate(function (source, subscriber) {
- try {
- source.subscribe(subscriber);
- }
- finally {
- subscriber.add(callback);
- }
- });
-}
-//# sourceMappingURL=finalize.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