UNPKG

1.28 kBJavaScriptView Raw
1"use strict";
2// Copyright 2016 Google LLC
3//
4// Licensed under the Apache License, Version 2.0 (the "License");
5// you may not use this file except in compliance with the License.
6// You may obtain a copy of the License at
7//
8// http://www.apache.org/licenses/LICENSE-2.0
9//
10// Unless required by applicable law or agreed to in writing, software
11// distributed under the License is distributed on an "AS IS" BASIS,
12// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13// See the License for the specific language governing permissions and
14// limitations under the License.
15Object.defineProperty(exports, "__esModule", { value: true });
16/**
17 * @type {module:common/operation}
18 * @private
19 */
20var operation_1 = require("./operation");
21exports.Operation = operation_1.Operation;
22/**
23 * @type {module:common/service}
24 * @private
25 */
26var service_1 = require("./service");
27exports.Service = service_1.Service;
28/**
29 * @type {module:common/serviceObject}
30 * @private
31 */
32var service_object_1 = require("./service-object");
33exports.ServiceObject = service_object_1.ServiceObject;
34/**
35 * @type {module:common/util}
36 * @private
37 */
38var util_1 = require("./util");
39exports.ApiError = util_1.ApiError;
40exports.util = util_1.util;
41//# sourceMappingURL=index.js.map
\No newline at end of file