mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 07:17:50 +00:00
5 lines
108 B
JavaScript
5 lines
108 B
JavaScript
/** Used to match template delimiters. */
|
|
const reEvaluate = /<%([\s\S]+?)%>/g;
|
|
|
|
export default reEvaluate;
|