Skip to main content
Module

x/lume/core/reader.ts>default#read

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

Read a file using a loader and return the content

Parameters

path: string
loader: Loader

Returns

Promise<Data>