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