mirror of
https://gitlab.com/upRootNutrition/zookeeper.git
synced 2025-06-16 10:25:12 -05:00
4 lines
115 B
JavaScript
4 lines
115 B
JavaScript
/** Used to match template delimiters. */
|
|
var reInterpolate = /<%=([\s\S]+?)%>/g;
|
|
|
|
module.exports = reInterpolate;
|