模块路径数组
Optional
配置项
Promise<模块导出内容数组>
批量导入多个模块
// 批量导入多个配置文件const [config1, config2, config3] = await importModules([ './config/database.js', './config/redis.js', './config/app.js']); Copy
// 批量导入多个配置文件const [config1, config2, config3] = await importModules([ './config/database.js', './config/redis.js', './config/app.js']);
模块路径数组