Skip to main content
Module

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

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

Verifies that field values are valid and that required fields are present.

Parameters

message: { [k: string]: any; }

Plain object to verify

Returns

(null | string)

null if valid, otherwise the reason why it is not