Files
tp-we-vue/node_modules/lodash/_reInterpolate.js
2024-11-28 23:08:17 +01:00

5 lines
115 B
JavaScript

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