Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
import * as denogres from "https://deno.land/x/denogres@v4.0.1/vendor/deno.land/std@0.173.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.