astra / web /node_modules /lodash /_reInterpolate.js
Lorenzob's picture
Upload folder using huggingface_hub
19605ab verified
raw
history blame
115 Bytes
/** Used to match template delimiters. */
var reInterpolate = /<%=([\s\S]+?)%>/g;
module.exports = reInterpolate;