mirror of
https://github.com/actions/setup-node.git
synced 2025-07-25 16:08:25 +02:00
4 lines
115 B
JavaScript
4 lines
115 B
JavaScript
/** Used to match template delimiters. */
|
|
var reInterpolate = /<%=([\s\S]+?)%>/g;
|
|
|
|
module.exports = reInterpolate;
|