dequoter/frontend/wailsjs/go/main/App.js
Leon Mika add62fbfa0
All checks were successful
Release Build / build (push) Successful in 1m52s
Added map-lines and upgraded UCL
2026-09-08 22:03:41 +10:00

31 lines
846 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 ReloadPlugins() {
return window['go']['main']['App']['ReloadPlugins']();
}
export function SaveCurrentBuffer(arg1) {
return window['go']['main']['App']['SaveCurrentBuffer'](arg1);
}
export function TriggerTextProcess(arg1) {
return window['go']['main']['App']['TriggerTextProcess'](arg1);
}