Files
biomedjs/node_modules/lodash/internal/reInterpolate.js

5 lines
115 B
JavaScript
Raw Permalink Normal View History

2015-04-20 05:31:12 -04:00
/** Used to match template delimiters. */
var reInterpolate = /<%=([\s\S]+?)%>/g;
module.exports = reInterpolate;