UNPKG

solid-goggles

Version:
2 lines (1 loc) 157 B
export function objectMap<T, K>(object: { [index: string]: T}): (map: (x: T, index: string, object: { [index: string]: T }) => K) => { [index: string]: K }