refactor: expose lazy runtime helper to plugins

This commit is contained in:
Peter Steinberger
2026-03-17 08:37:02 -07:00
parent 4f6955fb11
commit 795f1f438b
15 changed files with 147 additions and 262 deletions

View File

@@ -0,0 +1,5 @@
export {
createLazyRuntimeMethod,
createLazyRuntimeMethodBinder,
createLazyRuntimeSurface,
} from "../shared/lazy-runtime.js";