Skip to main content
Module

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

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

Options modifying the behavior of parse.

Properties

optional
keepCase: boolean

Keeps field casing instead of converting to camel case

optional
alternateCommentMode: boolean

Recognize double-slash comments in addition to doc-block comments.

optional
preferTrailingComment: boolean

Use trailing comment when both leading comment and trailing comment exist.