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

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

Constructors

new
Template(text: string, opts?: Options)

Properties

readonly
source: string

The compiled JavaScript function source, or the empty string if the template hasn't been compiled yet.

readonly
templateText: string

The EJS template source text.