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

x/lume/core/loaders/mod.ts>Loader

🔥 Static site generator for Deno 🦕
Very Popular
Latest
type alias Loader
import { type Loader } from "https://deno.land/x/lume@v2.2.2/core/loaders/mod.ts";
definition: (path: string) => Promise<RawData>