mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-08-20 19:51:02 +08:00
6 lines
85 B
JavaScript
6 lines
85 B
JavaScript
|
|
// TODO fes-utils 完善
|
|
export function main() {
|
|
console.log('hello world');
|
|
}
|