Files
yaak/src-tauri/plugins/hello-world/greet.js
2023-11-05 13:33:23 -08:00

5 lines
78 B
JavaScript

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