mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 13:20:23 +00:00
refactor: expose lazy runtime helper to plugins
This commit is contained in:
5
src/plugin-sdk/lazy-runtime.ts
Normal file
5
src/plugin-sdk/lazy-runtime.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export {
|
||||
createLazyRuntimeMethod,
|
||||
createLazyRuntimeMethodBinder,
|
||||
createLazyRuntimeSurface,
|
||||
} from "../shared/lazy-runtime.js";
|
||||
Reference in New Issue
Block a user