mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/jibo-cli.git
synced 2026-06-15 16:56:09 +00:00
5 lines
115 B
JavaScript
5 lines
115 B
JavaScript
|
|
/** Used to match template delimiters. */
|
||
|
|
var reInterpolate = /<%=([\s\S]+?)%>/g;
|
||
|
|
|
||
|
|
module.exports = reInterpolate;
|