Server.prototype.query<T, S, P extends string = string>(handle: RawHandler<T, S>,options?: Partial<ProcedureOptions<P>>): QueryRequestHandler<T, S, P>
Usage
import { Server } from "index.ts";
Server.prototype.query<T, S, P extends string = string>(handle: RawHandler<T, S>,options?: Partial<ProcedureOptions<P>>): QueryRequestHandler<T, S, P>
import { Server } from "index.ts";