Files
flutter_qjs/example/js/hello.js
2020-08-27 21:07:03 +08:00

8 lines
192 B
JavaScript

/*
* @Description: module example
* @Author: ekibun
* @Date: 2020-08-27 19:06:30
* @LastEditors: ekibun
* @LastEditTime: 2020-08-27 20:39:11
*/
export default (name) => `hello ${name}!`;