mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-05 03:05:07 +08:00
6 lines
90 B
JavaScript
6 lines
90 B
JavaScript
|
|
module.exports = function () {
|
|
// TODO 模块导出
|
|
console.log('Hello fes');
|
|
};
|