mirror of
https://github.com/wgh136/flutter_qjs.git
synced 2025-09-27 13:27:24 +00:00
run on isolate
This commit is contained in:
8
example/js/hello.js
Normal file
8
example/js/hello.js
Normal file
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
* @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}!`;
|
Reference in New Issue
Block a user