Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
class Uint8ArrayWriter
extends Writer<Uint8Array>
import { Uint8ArrayWriter } from "https://deno.land/x/simple_utility@v2.2.1/deps.pure.ts";

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