import { read } from "https://deno.land/x/proc@0.22.1/mod.ts";
Open a file for reading.
Parameters
path: string | URL
The path of the file.
Returns
Enumerable<Uint8Array>
import { read } from "https://deno.land/x/proc@0.22.1/mod.ts";
Open a file for reading.
The path of the file.