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>TemplateFunction

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

This type of function is returned from compile, when Options.client is false.

definition: (data?: Data) => string