dequoter/frontend/wailsjs/go/main/App.js
Leon Mika d64779f660
All checks were successful
Build / build (push) Successful in 2m31s
Add cmd-k to delete current line
2026-03-14 21:52:13 +11:00

28 lines
752 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 PromptUser(arg1, arg2) {
return window['go']['main']['App']['PromptUser'](arg1, arg2);
}
export function SaveCurrentBuffer(arg1) {
return window['go']['main']['App']['SaveCurrentBuffer'](arg1);
}
export function TriggerTextProcess(arg1) {
return window['go']['main']['App']['TriggerTextProcess'](arg1);
}