github-pages-deploy-action/node_modules/lodash/_reEscape.js

5 lines
105 B
JavaScript
Raw Normal View History

2019-11-19 20:48:29 +08:00
/** Used to match template delimiters. */
var reEscape = /<%-([\s\S]+?)%>/g;
module.exports = reEscape;