UNPKG

@allthings/sdk

Version:
6 lines (5 loc) 152 B
export declare function remapKeys(input: { readonly [key: string]: any; }, mapFn: (inKey: string) => string): { readonly [key: string]: any; };