Files
feedstr.live/node_modules/lodash/_reInterpolate.js
T
2023-11-25 18:12:47 -05:00

5 lines
115 B
JavaScript

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