Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/grpc_basic/proto.ts>Field.fromJSON

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

Constructs a field from a field descriptor.

Parameters

name: string

Field name

json: IField

Field descriptor

Returns

Created field