Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function readFile
import { readFile } from "https://deno.land/std@0.92.0/node/_fs/promises/_fs_readFile.ts";

Parameters

path: string | URL
options: TextOptionsArgument

Returns

Promise<string>

Parameters

path: string | URL
optional
options: BinaryOptionsArgument

Returns

Promise<Uint8Array>