Cypress_TS/CyLukTs/lukan/node_modules/lodash/_reEscape.js

5 lines
105 B
JavaScript
Raw Permalink Normal View History

2023-08-15 16:35:50 +00:00
/** Used to match template delimiters. */
var reEscape = /<%-([\s\S]+?)%>/g;
module.exports = reEscape;