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

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

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

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