aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/rxjs/dist/esm/internal/operators/distinctUntilKeyChanged.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/rxjs/dist/esm/internal/operators/distinctUntilKeyChanged.js')
-rw-r--r--node_modules/rxjs/dist/esm/internal/operators/distinctUntilKeyChanged.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/node_modules/rxjs/dist/esm/internal/operators/distinctUntilKeyChanged.js b/node_modules/rxjs/dist/esm/internal/operators/distinctUntilKeyChanged.js
deleted file mode 100644
index 50e843a..0000000
--- a/node_modules/rxjs/dist/esm/internal/operators/distinctUntilKeyChanged.js
+++ /dev/null
@@ -1,5 +0,0 @@
-import { distinctUntilChanged } from './distinctUntilChanged';
-export function distinctUntilKeyChanged(key, compare) {
- return distinctUntilChanged((x, y) => (compare ? compare(x[key], y[key]) : x[key] === y[key]));
-}
-//# sourceMappingURL=distinctUntilKeyChanged.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