openclaw/src/plugin-sdk/lazy-runtime.ts

8 lines
192 B
TypeScript

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