Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

tslib.d.ts 2.2KB

12345678910111213141516171819202122232425262728293031323334
  1. /*! *****************************************************************************
  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. THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  7. KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
  8. WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
  9. MERCHANTABLITY OR NON-INFRINGEMENT.
  10. See the Apache Version 2.0 License for specific language governing permissions
  11. and limitations under the License.
  12. ***************************************************************************** */
  13. export declare function __extends(d: Function, b: Function): void;
  14. export declare function __assign(t: any, ...sources: any[]): any;
  15. export declare function __rest(t: any, propertyNames: (string | symbol)[]): any;
  16. export declare function __decorate(decorators: Function[], target: any, key?: string | symbol, desc?: any): any;
  17. export declare function __param(paramIndex: number, decorator: Function): Function;
  18. export declare function __metadata(metadataKey: any, metadataValue: any): Function;
  19. export declare function __awaiter(thisArg: any, _arguments: any, P: Function, generator: Function): any;
  20. export declare function __generator(thisArg: any, body: Function): any;
  21. export declare function __exportStar(m: any, exports: any): void;
  22. export declare function __values(o: any): any;
  23. export declare function __read(o: any, n?: number): any[];
  24. export declare function __spread(...args: any[][]): any[];
  25. export declare function __spreadArrays(...args: any[][]): any[];
  26. export declare function __await(v: any): any;
  27. export declare function __asyncGenerator(thisArg: any, _arguments: any, generator: Function): any;
  28. export declare function __asyncDelegator(o: any): any;
  29. export declare function __asyncValues(o: any): any;
  30. export declare function __makeTemplateObject(cooked: string[], raw: string[]): TemplateStringsArray;
  31. export declare function __importStar<T>(mod: T): T;
  32. export declare function __importDefault<T>(mod: T): T | { default: T };