Skip to main content
Module

x/steam_trader/types/protobuf.d.ts>parse

https://deno.land/x/steam_trader
Latest
function parse
import { parse } from "https://deno.land/x/steam_trader@v0.4.0/types/protobuf.d.ts";

Parses the given .proto source and returns an object with the parsed contents.

Parameters

source: string

Source contents

optional
options: IParseOptions

Returns

Parser result

Parses the given .proto source and returns an object with the parsed contents.

Parameters

source: string

Source contents

root: Root

Root to populate

optional
options: IParseOptions

Returns

Parser result