A enum which defines the seek mode for IO related APIs that support seeking.
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 seek within an open file/resource synchronously.
An abstract interface which when implemented provides an interface to write bytes from an array buffer to a file/resource synchronously.
Add Package
deno add jsr:@std/io
Import symbol
import * as mod from "@std/io/types";
---- OR ----
Import directly with a jsr specifier
import * as mod from "jsr:@std/io/types";
Add Package
npx jsr add @std/io
Import symbol
import * as mod from "@std/io/types";
Add Package
yarn dlx jsr add @std/io
Import symbol
import * as mod from "@std/io/types";
Add Package
pnpm dlx jsr add @std/io
Import symbol
import * as mod from "@std/io/types";
Add Package
bunx jsr add @std/io
Import symbol
import * as mod from "@std/io/types";