mirror of
https://code.forgejo.org/actions/setup-python
synced 2025-06-09 21:02:19 +02:00
4 lines
108 B
JavaScript
4 lines
108 B
JavaScript
/** Used to match template delimiters. */
|
|
var reEvaluate = /<%([\s\S]+?)%>/g;
|
|
|
|
module.exports = reEvaluate;
|