Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deno/cli/js/lib.deno_runtime.d.ts>__io

A modern runtime for JavaScript and TypeScript.
Go to Latest
namespace __io
import { __io } from "https://deno.land/x/deno@v0.28.0/cli/js/lib.deno_runtime.d.ts";

Functions

Copies from src to dst until either EOF is reached on src or an error occurs. It returns the number of bytes copied and the first error encountered while copying, if any.

Turns r into async iterator.