Skip to main content
Module

x/sdeno/src/index.ts>Writer

Steno on Deno. Specialized fast async file writer.
Latest
class Writer
import { Writer } from "https://deno.land/x/sdeno@v2.0.0/src/index.ts";

Constructors

new
Writer(filename: string)

Methods

write(data: string): Promise<void>