UNPKG

@octokit/endpoint

Version:

Turns REST API endpoints into generic request options

6 lines (5 loc) 106 B
export declare function lowercaseKeys(object?: { [key: string]: any; }): { [key: string]: any; };