12 lines
322 B
JavaScript
Executable File
12 lines
322 B
JavaScript
Executable File
// @ts-check
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
export function Greet(arg1) {
|
|
return window['go']['main']['App']['Greet'](arg1);
|
|
}
|
|
|
|
export function Login(arg1, arg2, arg3) {
|
|
return window['go']['main']['App']['Login'](arg1, arg2, arg3);
|
|
}
|