FCLauncher/fclauncher/frontend/wailsjs/go/main/App.js

16 lines
408 B
JavaScript
Raw Permalink Normal View History

2024-10-24 13:31:01 -06:00
// @ts-check
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
2024-10-24 15:46:17 -06:00
export function CheckPrerequisites() {
return window['go']['main']['App']['CheckPrerequisites']();
}
2024-10-29 21:48:59 -06:00
export function GetVersions() {
return window['go']['main']['App']['GetVersions']();
}
export function Status(arg1) {
return window['go']['main']['App']['Status'](arg1);
}