1
0
mirror of https://github.com/actions/setup-node synced 2025-05-06 23:23:54 +00:00
setup-node/node_modules/lodash/_reInterpolate.js
eric sciple 2b95e76931 .
2020-01-24 12:20:19 -05:00

5 lines
115 B
JavaScript

/** Used to match template delimiters. */
var reInterpolate = /<%=([\s\S]+?)%>/g;
module.exports = reInterpolate;