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

x/grpc_basic/proto.ts>Type#isReservedName

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

Tests if the specified name is reserved.

Parameters

name: string

Name to test

Returns

boolean

true if reserved, otherwise false