refactor: split browser sdk imports for sandbox and audit

This commit is contained in:
Shakker
2026-04-01 23:28:22 +01:00
committed by Shakker
parent 625201bddc
commit 2e520d112d
16 changed files with 56 additions and 442 deletions

View File

@@ -0,0 +1,2 @@
export type { BrowserControlAuth } from "./src/browser/control-auth.js";
export { ensureBrowserControlAuth, resolveBrowserControlAuth } from "./src/browser/control-auth.js";