Skip to main content
Module

std/io/types.d.ts

Deno standard library
Go to Latest
import * as mod from "https://deno.land/std@0.211.0/io/types.d.ts";

Interfaces

I
Closer
deprecated

An abstract interface which when implemented provides an interface to close files/resources that were previously opened.

I
Reader
deprecated

An abstract interface which when implemented provides an interface to read bytes into an array buffer asynchronously.

I
ReaderSync
deprecated

An abstract interface which when implemented provides an interface to read bytes into an array buffer synchronously.

I
Writer
deprecated

An abstract interface which when implemented provides an interface to write bytes from an array buffer to a file/resource asynchronously.

I
WriterSync
deprecated

An abstract interface which when implemented provides an interface to write bytes from an array buffer to a file/resource synchronously.