aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/rxjs/dist/esm/internal/operators/distinctUntilKeyChanged.js
blob: 50e843ac6a6c3b0a8fdab4130a742ca2a6f836a9 (plain) (blame)
1
2
3
4
5
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
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage