2026-03-17 08:37:02 -07:00
|
|
|
export {
|
2026-03-17 09:24:14 -07:00
|
|
|
createLazyRuntimeModule,
|
2026-03-17 08:37:02 -07:00
|
|
|
createLazyRuntimeMethod,
|
|
|
|
|
createLazyRuntimeMethodBinder,
|
2026-03-17 09:24:14 -07:00
|
|
|
createLazyRuntimeNamedExport,
|
2026-03-17 08:37:02 -07:00
|
|
|
createLazyRuntimeSurface,
|
|
|
|
|
} from "../shared/lazy-runtime.js";
|