Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deno/std/node/fs.ts>readFile

A modern runtime for JavaScript and TypeScript.
Go to Latest
function readFile
import { readFile } from "https://deno.land/x/deno@v0.28.0/std/node/fs.ts";

Parameters

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