Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
denoland/stdWorks with
•JSR Score94%•This package works with DenoIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun, Browsers




Downloads3,514/wk
•Published3 months ago (0.225.3)
UNSTABLE: The utilities for advanced I/O operations using Reader and Writer interfaces.
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.
import { toReadableStream, toWritableStream } from "@std/io"; await toReadableStream(Deno.stdin) .pipeTo(toWritableStream(Deno.stdout));
Built and signed on
GitHub Actions
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";