Skip to main content
Module

std/types.d.ts

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

Interfaces

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

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

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

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

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