Files
yaak-mountain-loop/plugins/hello-world/greet.js
2023-11-02 18:08:43 -07:00

5 lines
78 B
JavaScript

export function greet() {
// Call Rust-provided fn!
sayHello('Plugin');
}