UNPKG

foreach-prop

Version:
4 lines 254 B
import { Key } from './types'; export declare function create<V, K extends Key>(keys: K[], value: V): Record<K, V>; export declare function create<K extends Key>(keys: K[], value?: undefined): Record<K, undefined>; //# sourceMappingURL=create.d.ts.map