Files
dogs/node_modules/lodash/_reInterpolate.js
ChloeChen0423 7c63f2f07b 前端代码
2025-05-12 16:42:36 +09:00

5 lines
115 B
JavaScript

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