dequoter/frontend/wailsjs/go/main/App.js
Leon Mika 3cb5795ca5
All checks were successful
Build / build (push) Successful in 4m27s
Added some more commands and mades some quality of life improvements
2026-01-25 11:00:40 +11:00

12 lines
320 B
JavaScript
Executable file

// @ts-check
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
export function ListProcessors() {
return window['go']['main']['App']['ListProcessors']();
}
export function ProcessText(arg1) {
return window['go']['main']['App']['ProcessText'](arg1);
}