mahiatlinux's picture
Upload 3053 files
311cc15 verified
raw
history blame contribute delete
105 Bytes
/** Used to match template delimiters. */
var reEscape = /<%-([\s\S]+?)%>/g;
module.exports = reEscape;