Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
class Uint8ArrayWriter
extends Writer<Uint8Array>
import { Uint8ArrayWriter } from "https://deno.land/x/simple_utility@v2.3.2/deps.pure.ts";

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