This commit is contained in:
Zef Hemel
2023-07-14 12:15:10 +02:00
parent 430792834e
commit 87b0e7e352
10 changed files with 77 additions and 18 deletions
+5
View File
@@ -0,0 +1,5 @@
import { syscall } from "./syscall.ts";
export function resetClient() {
return syscall("debug.resetClient");
}
+1
View File
@@ -6,3 +6,4 @@ export * as system from "./system.ts";
// Legacy redirect, use "store" in $sb/plugos-syscall/mod.ts instead
export * as clientStore from "./store.ts";
export * as sync from "./sync.ts";
export * as debug from "./debug.ts";