UNPKG

object-casing

Version:

Walks throught an object using a callback function to convert the object key, returning a new object with new keys.

2 lines (1 loc) 93 B
export declare const caseKeys: (obj: {}, casingCallback: (value: string) => string) => any;