mirror of
https://github.com/sstent/aicyclingcoach-go.git
synced 2026-01-26 00:51:56 +00:00
5 lines
108 B
JavaScript
5 lines
108 B
JavaScript
/** Used to match template delimiters. */
|
|
var reEvaluate = /<%([\s\S]+?)%>/g;
|
|
|
|
module.exports = reEvaluate;
|