Skip to main content
Module

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

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

Creates a new message of this type from a plain object. Also converts values to their respective internal types.

Parameters

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

Plain object to convert

Returns

Message<{ }>

Message instance