Skip to main content
Module

std/node/fs.ts>readFile

Deno standard library
Go to Latest
function readFile
Re-export
import { readFile } from "https://deno.land/std@0.145.0/node/fs.ts";

Parameters

path: string | URL
options: TextOptionsArgument
callback: TextCallback

Parameters

path: string | URL
options: BinaryOptionsArgument
callback: BinaryCallback

Parameters

path: string | URL
options: null | undefined | FileOptionsArgument
callback: BinaryCallback

Parameters

path: string | URL
callback: BinaryCallback

Parameters

path: string | URL
optional
optOrCallback:
| FileOptionsArgument
| Callback
| null
| undefined
optional
callback: Callback