blob: 1daf307362fee53d51eb17b900e4bc8cedd29cd4 [file] [log] [blame]
export declare function lowercaseKeys(object?: {
[key: string]: any;
}): {
[key: string]: any;
};