Skip to main content
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.85.0/node/_fs/promises/mod.ts";

Parameters

path: string | URL
options: TextOptionsArgument

Returns

Promise<string>

Parameters

path: string | URL
optional
options: BinaryOptionsArgument

Returns

Promise<Uint8Array>