UNPKG

googleapis-common

Version:

A common tooling library used by the googleapis npm module. You probably don't want to use this directly.

5 lines (4 loc) 212 B
import { GoogleConfigurable, ServiceOptions } from '.'; export declare function getAPI<T>(api: string, options: ServiceOptions | string, versions: { [index: string]: any; }, context?: GoogleConfigurable): T;