rayjs/my-module.js

3 lines
40 B
JavaScript
Raw Permalink Normal View History

2023-05-01 16:24:56 +00:00
export function test() {
return 42
}