Files
tryno10/app/code/node_modules/lodash/_reInterpolate.js
T
2022-04-07 18:09:31 +05:30

5 lines
115 B
JavaScript

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