UNPKG

@etherspot/data-utils

Version:
6 lines (3 loc) 166 B
import { OperatorFunction } from 'rxjs'; declare function distinctUniqueKey<T, K extends keyof T>(key: K): OperatorFunction<T, T[K]>; export { distinctUniqueKey };