aswi2020vldc-gitlab/templetes/node_modules/lodash/_reInterpolate.js @ 0b434236
1 |
/** Used to match template delimiters. */
|
---|---|
2 |
var reInterpolate = /<%=([\s\S]+?)%>/g; |
3 |
|
4 |
module.exports = reInterpolate; |