Files
cht-lawfirm/front/app/node_modules/lodash-es/_reInterpolate.js
2023-01-16 17:49:38 +01:00

5 lines
113 B
JavaScript

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