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

x/lume/core.ts>PageLoader#load

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

Load an asset Page

Parameters

path: string
format: Format

Returns

Promise<Page | undefined>