8 lines
192 B
TypeScript
8 lines
192 B
TypeScript
export {
|
|
createLazyRuntimeModule,
|
|
createLazyRuntimeMethod,
|
|
createLazyRuntimeMethodBinder,
|
|
createLazyRuntimeNamedExport,
|
|
createLazyRuntimeSurface,
|
|
} from "../shared/lazy-runtime.js";
|