Files
Remote-Control-Center/mc_test/node_modules/lodash/_reEscape.js
2025-11-25 09:56:15 +03:00

5 lines
105 B
JavaScript
Executable File

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