Skip to main content
Latest
class Uint8ArrayWriter
extends Writer<Uint8Array>
import { Uint8ArrayWriter } from "https://deno.land/x/simple_utility@v2.1.0/deps.pure_ext.ts";

Represents a Writer instance used to retrieve the written data as a Uint8Array instance.