Skip to main content
Latest
method NamespaceBase.prototype.lookupType
import { NamespaceBase } from "https://deno.land/x/steam_trader@v0.4.0/types/protobuf.d.ts";

Looks up the type at the specified path, relative to this namespace. Besides its signature, this methods differs from Namespace#lookup | lookup in that it throws instead of returning null.

Parameters

path: (string | string[])

Path to look up

Returns

Looked up type