Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-go / node_modules / tslib / tslib.d.ts
diff --git a/.config/coc/extensions/node_modules/coc-go/node_modules/tslib/tslib.d.ts b/.config/coc/extensions/node_modules/coc-go/node_modules/tslib/tslib.d.ts
new file mode 100644 (file)
index 0000000..9e43edc
--- /dev/null
@@ -0,0 +1,37 @@
+/*! *****************************************************************************\r
+Copyright (c) Microsoft Corporation.\r
+\r
+Permission to use, copy, modify, and/or distribute this software for any\r
+purpose with or without fee is hereby granted.\r
+\r
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r
+REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r
+AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r
+INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r
+LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r
+OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r
+PERFORMANCE OF THIS SOFTWARE.\r
+***************************************************************************** */\r
+export declare function __extends(d: Function, b: Function): void;\r
+export declare function __assign(t: any, ...sources: any[]): any;\r
+export declare function __rest(t: any, propertyNames: (string | symbol)[]): any;\r
+export declare function __decorate(decorators: Function[], target: any, key?: string | symbol, desc?: any): any;\r
+export declare function __param(paramIndex: number, decorator: Function): Function;\r
+export declare function __metadata(metadataKey: any, metadataValue: any): Function;\r
+export declare function __awaiter(thisArg: any, _arguments: any, P: Function, generator: Function): any;\r
+export declare function __generator(thisArg: any, body: Function): any;\r
+export declare function __exportStar(m: any, o: any): void;\r
+export declare function __values(o: any): any;\r
+export declare function __read(o: any, n?: number): any[];\r
+export declare function __spread(...args: any[][]): any[];\r
+export declare function __spreadArrays(...args: any[][]): any[];\r
+export declare function __await(v: any): any;\r
+export declare function __asyncGenerator(thisArg: any, _arguments: any, generator: Function): any;\r
+export declare function __asyncDelegator(o: any): any;\r
+export declare function __asyncValues(o: any): any;\r
+export declare function __makeTemplateObject(cooked: string[], raw: string[]): TemplateStringsArray;\r
+export declare function __importStar<T>(mod: T): T;\r
+export declare function __importDefault<T>(mod: T): T | { default: T };\r
+export declare function __classPrivateFieldGet<T extends object, V>(receiver: T, privateMap: { has(o: T): boolean, get(o: T): V | undefined }): V;\r
+export declare function __classPrivateFieldSet<T extends object, V>(receiver: T, privateMap: { has(o: T): boolean, set(o: T, value: V): any }, value: V): V;\r
+export declare function __createBinding(object: object, target: object, key: PropertyKey, objectKey?: PropertyKey): void;\r