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 Init(arg1) {
|
|
return window['go']['controller']['App']['Init'](arg1);
|
|
}
|
|
|
|
export function Invoke(arg1, arg2) {
|
|
return window['go']['controller']['App']['Invoke'](arg1, arg2);
|
|
}
|