Files
openclaw/src/plugin-sdk/lazy-runtime.ts
2026-03-17 09:24:22 -07:00

8 lines
192 B
TypeScript

export {
createLazyRuntimeModule,
createLazyRuntimeMethod,
createLazyRuntimeMethodBinder,
createLazyRuntimeNamedExport,
createLazyRuntimeSurface,
} from "../shared/lazy-runtime.js";