* Load a given URL as an instantiated module for SSR.
(
url: string,
opts?: { fixStacktrace?: boolean },
)
| 386 | * Load a given URL as an instantiated module for SSR. |
| 387 | */ |
| 388 | ssrLoadModule( |
| 389 | url: string, |
| 390 | opts?: { fixStacktrace?: boolean }, |
| 391 | ): Promise<Record<string, any>> |
no outgoing calls
no test coverage detected