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