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

x/proc/tools/deps/proc.ts>read

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

Open a file for reading.

Parameters

path: string | URL

The path of the file.

Returns

Enumerable<Uint8Array>