UNPKG

105 BJavaScriptView Raw
1/** Used to match template delimiters. */
2var reEscape = /<%-([\s\S]+?)%>/g;
3
4module.exports = reEscape;