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

x/grpc_basic/proto.ts>Type.d

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

Type decorator (TypeScript).

Parameters

optional
typeName: string

Type name, defaults to the constructor's name

Returns

TypeDecorator<T>

Decorator function