File size: 115 Bytes
311cc15
 
 
 
1
2
3
4
5
/** Used to match template delimiters. */
var reInterpolate = /<%=([\s\S]+?)%>/g;

module.exports = reInterpolate;