function pipeToNodeWritableDeprecatedDeprecatedReplaced by renderToStream import { pipeToNodeWritable } from "https://dotland.deno.dev/x/solid@v1.9.3/web/src/server-mock.ts"; pipeToNodeWritable<T>(fn: () => T,writable: { write: (v: string) => void; },options?: { nonce?: string; onReady?: (res: LegacyResults) => void; onCompleteAll?: () => void; },): voidType ParametersTParametersfn: () => Twritable: { write: (v: string) => void; }optionaloptions: { nonce?: string; onReady?: (res: LegacyResults) => void; onCompleteAll?: () => void; }Returnsvoid