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 better way to work with processes in Deno.
Go to Latest
function read
import { read } from "https://deno.land/x/proc@0.20.37/mod3.ts";

Open a file for reading.

Parameters

path: string | URL

The path of the file.

Returns

Enumerable<Uint8Array>