Skip to main content
Module

x/steam_trader/types/protobuf.d.ts>Writer#fork

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

Forks this writer's state by pushing it to a stack. Calling Writer#reset | reset or Writer#ldelim | ldelim resets the writer to the previous state.