UNPKG

2.72 kBTypeScriptView Raw
1/*! *****************************************************************************
2Copyright (c) Microsoft Corporation.
3
4Permission to use, copy, modify, and/or distribute this software for any
5purpose with or without fee is hereby granted.
6
7THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
8REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
9AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
10INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
11LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
12OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
13PERFORMANCE OF THIS SOFTWARE.
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 };
35export declare function __classPrivateFieldGet<T extends object, V>(receiver: T, privateMap: { has(o: T): boolean, get(o: T): V | undefined }): V;
36export declare function __classPrivateFieldSet<T extends object, V>(receiver: T, privateMap: { has(o: T): boolean, set(o: T, value: V): any }, value: V): V;
37export declare function __createBinding(object: object, target: object, key: PropertyKey, objectKey?: PropertyKey): void;