mirror of
https://github.com/Azure/setup-kubectl.git
synced 2025-12-14 22:21:17 +00:00
4 lines
115 B
JavaScript
4 lines
115 B
JavaScript
/** Used to match template delimiters. */
|
|
var reInterpolate = /<%=([\s\S]+?)%>/g;
|
|
|
|
module.exports = reInterpolate;
|