Files
flutter_qjs/example/js/hello.js
2020-10-03 00:40:47 +08:00

8 lines
192 B
JavaScript

/*
* @Description: module example
* @Author: ekibun
* @Date: 2020-10-03 00:29:45
* @LastEditors: ekibun
* @LastEditTime: 2020-10-03 00:32:37
*/
export default (name) => `hello ${name}!`;