Skip to main content
Module

x/xml/utils/stream.ts>Stream#consume

📑 A XML parser/stringifier for Deno written in typescript and with no dependencies
Very Popular
Go to Latest
method Stream.prototype.consume
import { Stream } from "https://deno.land/x/xml@2.1.1/utils/stream.ts";

Consume next bytes ensuring that content is matching

Parameters

unnamed 0: { content: string; trim?: boolean; }