horse-betting/btc-ui-app-2/node_modules/lodash/_reInterpolate.js
2025-06-19 16:39:08 +05:30

5 lines
115 B
JavaScript

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