Works with
•JSR Score70%•It is unknown whether this package works with Node.js, Deno, Browsers, Cloudflare Workers, Bun




Published2 years ago (0.215.0)
Utilities for working with Deno's readers, writers, and web streams.
Reader and Writer interfaces are deprecated in Deno, and so many of these
utilities are also deprecated. Consider using web streams instead.
Add Package
deno add jsr:@std/io
Import symbol
import * as io from "@std/io";
Import directly with a jsr specifier
import * as io from "jsr:@std/io";