UNPKG

foreach-prop

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