????
Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/webpack/lib/runtime/ |
Current File : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/webpack/lib/runtime/HelperRuntimeModule.js |
/* MIT License http://www.opensource.org/licenses/mit-license.php */ "use strict"; const RuntimeModule = require("../RuntimeModule"); class HelperRuntimeModule extends RuntimeModule { /** * @param {string} name a readable name */ constructor(name) { super(name); } } module.exports = HelperRuntimeModule;