mirror of
https://github.com/wasp-lang/wasp.git
synced 2025-01-05 08:15:34 +03:00
5 lines
57 B
JavaScript
Generated
5 lines
57 B
JavaScript
Generated
export const foo = async (args) => {
|
|
return 1
|
|
}
|
|
|