1
0
mirror of https://github.com/analyticsjs/vue-baidu-analytics.git synced 2025-04-06 03:58:00 +08:00
2021-01-04 18:02:13 +08:00

5 lines
108 B
JavaScript

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