Module

std/node/fs.ts>readFile

Deno standard library
Go to Latest
function readFile
import { readFile } from "https://dotland.deno.dev/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
import readFile
import { readFile } from "https://dotland.deno.dev/std@0.145.0/node/fs.ts";