1
0
Files

5 lines
105 B
JavaScript
Raw Permalink Normal View History

2020-05-15 15:25:57 -04:00
/** Used to match template delimiters. */
var reEscape = /<%-([\s\S]+?)%>/g;
module.exports = reEscape;