Template cleanup, autocomplete for more query stuff
This commit is contained in:
@@ -23,3 +23,7 @@ export async function dispatch(
|
||||
.catch(reject);
|
||||
});
|
||||
}
|
||||
|
||||
export async function listEvents(): Promise<string[]> {
|
||||
return syscall("event.list");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user