yao/tests/widgets/dyform/helper.js
2022-08-05 19:46:26 +08:00

3 lines
51 B
JavaScript

function Foo(param) {
return `${param} World`;
}