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

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

The opening delimiter for all statements. This allows you to clearly delinate the difference between template code and existing delimiters. (It is recommended to synchronize this with the closeDelimiter property.)

type

string