UNPKG

482 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const tslib_1 = require("tslib");
4tslib_1.__exportStar(require("./before-application-shutdown.interface"), exports);
5tslib_1.__exportStar(require("./on-application-bootstrap.interface"), exports);
6tslib_1.__exportStar(require("./on-application-shutdown.interface"), exports);
7tslib_1.__exportStar(require("./on-destroy.interface"), exports);
8tslib_1.__exportStar(require("./on-init.interface"), exports);