Skip to main content
Module

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

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

Tokenizes the given .proto source and returns an object with useful utility functions.

Parameters

source: string

Source contents

alternateCommentMode: boolean

Whether we should activate alternate comment parsing mode.

Returns

Tokenizer handle