Files
spectr/gui/wails/frontend/wailsjs/go/main/App.js
T
2026-08-27 19:41:00 +03:00

16 lines
400 B
JavaScript
Executable File

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