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