bloodymary/node_modules/lodash/_reInterpolate.js
2020-05-17 12:54:13 +00:00

4 lines
115 B
JavaScript

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