38465-vm/bot/node_modules/lodash/_reInterpolate.js
Flatlogic Bot 33b1653816 V3
2026-02-16 03:42:10 +00:00

5 lines
115 B
JavaScript

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