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

x/view_engine/node_modules/@types/ejs/index.d.ts>IncludeCallback

🚀A Template View Engine for Deno frameworks
Latest
type alias IncludeCallback
import { type IncludeCallback } from "https://deno.land/x/view_engine@v10.6.0/node_modules/@types/ejs/index.d.ts";

The callback called by ClientFunction to include files at runtime with include()

definition: (path: string, data?: Data) => string