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