install-nix-action/node_modules/lodash/_reInterpolate.js
Domen Kožar 08403cd828
v5
2019-11-13 17:14:48 +01:00

4 lines
115 B
JavaScript

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