Skip to main content
Module

x/proc/mod3.ts>read

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

Open a file for reading.

Parameters

path: string | URL

The path of the file.

Returns

Enumerable<Uint8Array>