summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/cli-table2/node_modules/lodash/internal/reInterpolate.js
blob: d02ff0b29a33ae50c56a564781015f7f962b9059 (plain)
1
2
3
4
/** Used to match template delimiters. */
var reInterpolate = /<%=([\s\S]+?)%>/g;

module.exports = reInterpolate;