Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/grpc_basic/proto.ts>Type.generateConstructor

Very basic gRPC implementation for Deno
Latest
method Type.generateConstructor
Re-export
import { Type } from "https://deno.land/x/grpc_basic@0.4.7/proto.ts";

Generates a constructor function for the specified type.

Parameters

mtype: Type

Message type

Returns

Codegen

Codegen instance