UNPKG

wsuite-ng-gapi

Version:
11 lines (10 loc) 309 B
var GoogleApiConfig = /** @class */ (function () { function GoogleApiConfig(clientConfig) { this.clientConfig = clientConfig; } GoogleApiConfig.prototype.getClientConfig = function () { return this.clientConfig; }; return GoogleApiConfig; }()); export { GoogleApiConfig };