Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_reEvaluate.js « lodash « node_modules « assets - github.com/fourtyone11/origin-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6adfc312c8f388b4947218e5b521de776b093d43 (plain)
1
2
3
4
/** Used to match template delimiters. */
var reEvaluate = /<%([\s\S]+?)%>/g;

module.exports = reEvaluate;