Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/proc/mod3.ts>read

A high-level way to run child processes that is easy, flexible, powerful, and prevents resource leaks.
Very Popular
Go to Latest
function read
import { read } from "https://deno.land/x/proc@0.20.16/mod3.ts";

Open a file for reading.

Parameters

path: string | URL

The path of the file.

Returns

Enumerable<Uint8Array>