mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-06-08 09:54:28 +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;
|