Files
wl_student_system/vue/node_modules/lodash/_reEscape.js
T

5 lines
105 B
JavaScript
Raw Normal View History

2026-09-21 17:34:06 +08:00
/** Used to match template delimiters. */
var reEscape = /<%-([\s\S]+?)%>/g;
module.exports = reEscape;