Pibd-21_Ievlewa_M.D._Intern.../node_modules/lodash/_reEscape.js

5 lines
105 B
JavaScript
Raw Normal View History

2023-12-03 19:52:09 +04:00
/** Used to match template delimiters. */
var reEscape = /<%-([\s\S]+?)%>/g;
module.exports = reEscape;