mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-21 15:01:03 +00:00
8 lines
192 B
TypeScript
8 lines
192 B
TypeScript
export {
|
|
createLazyRuntimeModule,
|
|
createLazyRuntimeMethod,
|
|
createLazyRuntimeMethodBinder,
|
|
createLazyRuntimeNamedExport,
|
|
createLazyRuntimeSurface,
|
|
} from "../shared/lazy-runtime.js";
|