function renderToStringAsyncimport { renderToStringAsync } from "https://dotland.deno.dev/x/solid@v1.9.3/web/src/server-mock.ts"; renderToStringAsync<T>(fn: () => T, options?: { timeoutMs?: number; nonce?: string; renderId?: string; }): Promise<string>Type ParametersTParametersfn: () => Toptionaloptions: { timeoutMs?: number; nonce?: string; renderId?: string; }ReturnsPromise<string>