UNPKG

hot-import

Version:

Hot Module Replacement (HMR) for Node.js

10 lines 418 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const hot_import_1 = require("./src/hot-import"); var hot_import_2 = require("./src/hot-import"); exports.callerResolve = hot_import_2.callerResolve; exports.hotImport = hot_import_2.hotImport; exports.log = hot_import_2.log; exports.VERSION = hot_import_2.VERSION; exports.default = hot_import_1.hotImport; //# sourceMappingURL=index.js.map