Cypress_TS/CyLukTs/lukan/node_modules/lodash/_reEscape.js
Lukáš Kaňka ea3e372146 údržba
2023-08-15 18:35:50 +02:00

5 lines
105 B
JavaScript

/** Used to match template delimiters. */
var reEscape = /<%-([\s\S]+?)%>/g;
module.exports = reEscape;