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.57.0/node/fs.ts";

Parameters

path: string | URL
optOrCallback:
| ReadFileCallback
| FileOptions
| string
| undefined
optional
callback: ReadFileCallback