16 lines
408 B
JavaScript
Executable File
16 lines
408 B
JavaScript
Executable File
// @ts-check
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
export function CheckPrerequisites() {
|
|
return window['go']['main']['App']['CheckPrerequisites']();
|
|
}
|
|
|
|
export function GetVersions() {
|
|
return window['go']['main']['App']['GetVersions']();
|
|
}
|
|
|
|
export function Status(arg1) {
|
|
return window['go']['main']['App']['Status'](arg1);
|
|
}
|