UNPKG
@etherspot/data-utils
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.0
Etherspot Data Utils
etherspot.dev
etherspot/etherspot-data-utils
@etherspot/data-utils
/
dist
/
cjs
/
sdk
/
common
/
rxjs
/
distinct-unique-key.operator.d.ts
6 lines
(3 loc)
•
166 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
OperatorFunction
}
from
'rxjs'
;
declare
function
distinctUniqueKey<T, K
extends
keyof T>(
key
: K):
OperatorFunction
<T, T[K]>;
export
{ distinctUniqueKey };