UNPKG

foreach-prop

Version:
4 lines 229 B
import { Anything, ImmutableObject, Key } from './types'; declare function fill<V, K extends Key, RV = Anything>(object: ImmutableObject<K, V>, value: RV): Record<K, RV>; export default fill; //# sourceMappingURL=fill.d.ts.map