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