UNPKG

foreach-prop

Version:
5 lines 496 B
import { Anything, Extra, FilterCallback, ImmutableObject, Key } from './types'; declare function findKey<V, K extends Key, E extends Extra, TH = Anything>(this: TH, object: ImmutableObject<K, V>, callback: FilterCallback<V, K, E, TH>, ...extra: E): K | null; declare function findKey<V, K extends Key, TH = Anything>(this: TH, object: ImmutableObject<K, V>, callback: FilterCallback<V, K, Extra, TH>, ...extra: Extra): K | null; export default findKey; //# sourceMappingURL=find-key.d.ts.map