new_test / node_modules /lodash /_reInterpolate.js
mahiatlinux's picture
Upload 3053 files
311cc15 verified
raw
history blame contribute delete
115 Bytes
/** Used to match template delimiters. */
var reInterpolate = /<%=([\s\S]+?)%>/g;
module.exports = reInterpolate;