UNPKG

@octokit/endpoint

Version:

Turns REST API endpoints into generic request options

6 lines (5 loc) 118 B
export declare function omit(object: { [key: string]: any; }, keysToOmit: string[]): { [key: string]: any; };