Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/next_php/src/deps.ts>ejs.closeDelimiter

NextPHP is a web framework enabling you to write PHP in JavaScript.
Latest
variable ejs.closeDelimiter
import { ejs } from "https://deno.land/x/next_php@1.1.2/src/deps.ts";
const { closeDelimiter } = ejs;

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

type

string