Removed modules/contrib/media module to allow update to the core media module
[yaffs-website] / node_modules / grunt-legacy-log / node_modules / lodash / internal / reEvaluate.js
1 /** Used to match template delimiters. */
2 var reEvaluate = /<%([\s\S]+?)%>/g;
3
4 module.exports = reEvaluate;