forked from rDrama/rDrama
1
0
Fork 0
rDrama/node_modules/lodash/_reInterpolate.js

5 lines
115 B
JavaScript

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