mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-01-18 21:17:59 +00:00
16 lines
371 B
JavaScript
16 lines
371 B
JavaScript
|
// @ts-check
|
||
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
||
|
// This file is automatically generated. DO NOT EDIT
|
||
|
|
||
|
export function Beep() {
|
||
|
return window['go']['ui']['UI']['Beep']();
|
||
|
}
|
||
|
|
||
|
export function Reveal(arg1) {
|
||
|
return window['go']['ui']['UI']['Reveal'](arg1);
|
||
|
}
|
||
|
|
||
|
export function Startup(arg1) {
|
||
|
return window['go']['ui']['UI']['Startup'](arg1);
|
||
|
}
|