dequoter/frontend/wailsjs/go/main/App.js
Leon Mika f96b8a8266
All checks were successful
Build / build (push) Successful in 1m0s
Added a store
2026-01-26 09:31:14 +11:00

20 lines
532 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 LoadCurrentBuffer() {
return window['go']['main']['App']['LoadCurrentBuffer']();
}
export function ProcessText(arg1) {
return window['go']['main']['App']['ProcessText'](arg1);
}
export function SaveCurrentBuffer(arg1) {
return window['go']['main']['App']['SaveCurrentBuffer'](arg1);
}