mirror of
https://github.com/wgh136/flutter_qjs.git
synced 2025-09-27 21:37:24 +00:00
8 lines
192 B
JavaScript
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}!`; |