1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-08-24 23:06:02 +00:00
This commit is contained in:
2023-02-18 15:54:18 +01:00
parent 2b6a4574ac
commit 64caea4d81
6 changed files with 32 additions and 4 deletions

View File

@ -10,6 +10,10 @@ export function Aggregate(arg1, arg2, arg3, arg4, arg5) {
return window['go']['app']['App']['Aggregate'](arg1, arg2, arg3, arg4, arg5);
}
export function Beep() {
return window['go']['app']['App']['Beep']();
}
export function CreateIndex(arg1, arg2, arg3, arg4) {
return window['go']['app']['App']['CreateIndex'](arg1, arg2, arg3, arg4);
}