Skip to main content
Module

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

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
type alias default.TemplateCallback
import { type default } from "https://deno.land/x/lume@v1.15.2/deps/nunjucks.ts";
const { TemplateCallback } = default;
definition: (err: lib.TemplateError | null, res: T | null) => void