UNPKG

node-web-mvc

Version:
13 lines (12 loc) 338 B
"use strict"; 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;