mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-04 10:11:07 +08:00
4 lines
152 B
JavaScript
4 lines
152 B
JavaScript
// Generate takes a string and returns a number of hashes for it
|
|
export function Generate(input) {
|
|
return wails.Plugin("hashes","Generate",input);
|
|
} |