Source: node_modules/lodash/internal/reInterpolate.js

/** Used to match template delimiters. */
var reInterpolate = /<%=([\s\S]+?)%>/g;

module.exports = reInterpolate;