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

x/grpc_basic/proto.ts>Type#create

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

Creates a new message of this type using the specified properties.

Parameters

optional
properties: { [k: string]: any; }

Properties to set

Returns

Message<{ }>

Message instance