Skip to main content
Module

x/deno/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.17.0/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.