Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lume/core.ts>Reader#read

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
method Reader.prototype.read
Re-export
import { Reader } from "https://deno.land/x/lume@v1.15.1/core.ts";

Read a file using a loader and return the content

Parameters

path: string
loader: Loader

Returns

Promise<Data>