node_modules.lodash._reInterpolate.js Maven / Gradle / Ivy
/** Used to match template delimiters. */
var reInterpolate = /<%=([\s\S]+?)%>/g;
module.exports = reInterpolate;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
/** Used to match template delimiters. */
var reInterpolate = /<%=([\s\S]+?)%>/g;
module.exports = reInterpolate;