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

Parameters

path: string
optOrCallback: ReadFileCallback | ReadFileOptions
optional
callback: ReadFileCallback