Skip to main content
Module

x/lume/core/reader.ts>Loader

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

A function that loads and returns the file content

definition: (path: string) => Promise<Data>