node-web-mvc
Version:
node spring mvc
13 lines (12 loc) • 338 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
class HotUpdater {
close() {
var _a;
(_a = this.closeHandler) === null || _a === void 0 ? void 0 : _a.call(this);
}
constructor(options, dirs, onRelease) {
this.closeHandler = onRelease;
}
}
exports.default = HotUpdater;