mirror of
https://github.com/actions/setup-python.git
synced 2025-07-18 20:38:22 +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;
|