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

x/grpc_basic/proto.ts>Type.fromJSON

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

Creates a message type from a message type descriptor.

Parameters

name: string

Message name

json: IType

Message type descriptor

Returns

Created message type