Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/lume/core/utils/read.ts>readFile

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
function readFile
import { readFile } from "https://deno.land/x/lume@v2.2.3/core/utils/read.ts";

Read a text file like a browser

Parameters

path: string

Returns

Promise<string>