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

x/steam_trader/types/protobuf.d.ts>Type#isReservedId

https://deno.land/x/steam_trader
Latest
method Type.prototype.isReservedId
import { Type } from "https://deno.land/x/steam_trader@v0.4.0/types/protobuf.d.ts";

Tests if the specified id is reserved.

Parameters

id: number

Id to test

Returns

boolean

true if reserved, otherwise false