Files
ihrm/node_modules/lodash/_reInterpolate.js
2023-05-10 15:06:57 +05:30

5 lines
119 B
JavaScript

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