Skip to main content
Module

x/lume/deps/nunjucks.ts>default.ILoader

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
interface default.ILoader
import { type default } from "https://deno.land/x/lume@v1.13.1/deps/nunjucks.ts";
const { ILoader } = default;

Properties

optional
async: boolean | undefined

Methods

getSource(name: string): LoaderSource
getSource(name: string, callback: Callback<Error, LoaderSource>): void