blob: ad89fd76bf8a7dc08f8c77c9e05da8d3e2879bca [file] [log] [blame]
Yang Guo4fd355c2019-09-19 08:59:031/*! *****************************************************************************
2Copyright (c) Microsoft Corporation. All rights reserved.
3Licensed under the Apache License, Version 2.0 (the "License"); you may not use
4this file except in compliance with the License. You may obtain a copy of the
5License at http://www.apache.org/licenses/LICENSE-2.0
6
7THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
8KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
9WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
10MERCHANTABLITY OR NON-INFRINGEMENT.
11
12See the Apache Version 2.0 License for specific language governing permissions
13and limitations under the License.
14***************************************************************************** */
15export declare function __extends(d: Function, b: Function): void;
16export declare function __assign(t: any, ...sources: any[]): any;
17export declare function __rest(t: any, propertyNames: (string | symbol)[]): any;
18export declare function __decorate(decorators: Function[], target: any, key?: string | symbol, desc?: any): any;
19export declare function __param(paramIndex: number, decorator: Function): Function;
20export declare function __metadata(metadataKey: any, metadataValue: any): Function;
21export declare function __awaiter(thisArg: any, _arguments: any, P: Function, generator: Function): any;
22export declare function __generator(thisArg: any, body: Function): any;
23export declare function __exportStar(m: any, exports: any): void;
24export declare function __values(o: any): any;
25export declare function __read(o: any, n?: number): any[];
26export declare function __spread(...args: any[][]): any[];
27export declare function __spreadArrays(...args: any[][]): any[];
28export declare function __await(v: any): any;
29export declare function __asyncGenerator(thisArg: any, _arguments: any, generator: Function): any;
30export declare function __asyncDelegator(o: any): any;
31export declare function __asyncValues(o: any): any;
32export declare function __makeTemplateObject(cooked: string[], raw: string[]): TemplateStringsArray;
33export declare function __importStar<T>(mod: T): T;
34export declare function __importDefault<T>(mod: T): T | { default: T };