You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

39 lines
890 B

// @ts-check
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
export function CheckEnv() {
return window['go']['main']['App']['CheckEnv']();
}
export function CheckUpdate() {
return window['go']['main']['App']['CheckUpdate']();
}
export function GetStatus() {
return window['go']['main']['App']['GetStatus']();
}
export function HideWindow() {
return window['go']['main']['App']['HideWindow']();
}
export function InstallDsh() {
return window['go']['main']['App']['InstallDsh']();
}
export function ShowWindow() {
return window['go']['main']['App']['ShowWindow']();
}
export function Start() {
return window['go']['main']['App']['Start']();
}
export function Stop() {
return window['go']['main']['App']['Stop']();
}
export function UpdateDsh() {
return window['go']['main']['App']['UpdateDsh']();
}