Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/enviromodder/setup/deps.ts>io.StringWriter

MapLock is a module for remapper which is definitely not a nootils clone :)
Latest
class io.StringWriter
implements Writer, WriterSync
import { io } from "https://deno.land/x/enviromodder@1.0.6/setup/deps.ts";
const { StringWriter } = io;

Writer utility for buffering string chunks

Constructors

new
StringWriter(base?: string)

Methods

toString(): string
write(p: Uint8Array): Promise<number>
writeSync(p: Uint8Array): number