Skip to main content
Module

x/proc/mod3.ts>read

A better way to work with processes in Deno.
Go to Latest
function read
import { read } from "https://deno.land/x/proc@0.21.0/mod3.ts";

Open a file for reading.

Parameters

path: string | URL

The path of the file.

Returns

Enumerable<Uint8Array>