Server.prototype.queryStream<T, S, P extends string = string>(inputValidator: Validator<T>,outputValidator: Validator<S>,handle: RawStreamHandler<T, S>,options?: Partial<ProcedureOptions<P>>): QueryStreamRequestHandler<T, S, P>
Usage
import { Server } from "index.ts";