Updated all the contrib modules to their latest versions.
[yaffs-website] / node_modules / grunt-legacy-log-utils / node_modules / lodash / _reEscape.js
1 /** Used to match template delimiters. */
2 var reEscape = /<%-([\s\S]+?)%>/g;
3
4 module.exports = reEscape;