Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

std/node/_fs/promises/mod.ts>readFile

Deno standard library
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.52.0/node/_fs/promises/mod.ts";

Parameters

path: string | URL
optional
options: FileOptions | string

Returns

Promise<MaybeEmpty<string | Uint8Array>>