source: imaps-frontend/node_modules/tslib/modules/index.d.ts@ d565449

main
Last change on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • Property mode set to 100644
File size: 765 bytes
Line 
1// Note: named reexports are used instead of `export *` because
2// TypeScript itself doesn't resolve the `export *` when checking
3// if a particular helper exists.
4export {
5 __extends,
6 __assign,
7 __rest,
8 __decorate,
9 __param,
10 __esDecorate,
11 __runInitializers,
12 __propKey,
13 __setFunctionName,
14 __metadata,
15 __awaiter,
16 __generator,
17 __exportStar,
18 __values,
19 __read,
20 __spread,
21 __spreadArrays,
22 __spreadArray,
23 __await,
24 __asyncGenerator,
25 __asyncDelegator,
26 __asyncValues,
27 __makeTemplateObject,
28 __importStar,
29 __importDefault,
30 __classPrivateFieldGet,
31 __classPrivateFieldSet,
32 __classPrivateFieldIn,
33 __createBinding,
34 __addDisposableResource,
35 __disposeResources,
36} from '../tslib.js';
37export * as default from '../tslib.js';
Note: See TracBrowser for help on using the repository browser.