5 lines
105 B
JavaScript
Raw Permalink Normal View History

2024-01-06 02:30:45 +04:00
/** Used to match template delimiters. */
var reEscape = /<%-([\s\S]+?)%>/g;
module.exports = reEscape;