Skip to main content
Module

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

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