Skip to main content
Module

x/sdeno/mod.ts>Writer

Steno on Deno. Specialized fast async file writer.
Go to Latest
class Writer
import { Writer } from "https://deno.land/x/sdeno@v1.0.9/mod.ts";

Constructors

new
Writer(filename: string)

Methods

write(data: string): Promise<void>