function setStreamTimeoutimport { setStreamTimeout } from "https://dotland.deno.dev/std@0.177.0/node/internal/stream_base_commons.ts"; setStreamTimeout(this: any,msecs: number,callback?: () => void,)Parametersthis: anymsecs: numberoptionalcallback: () => void