Files
tongjiweb/client/node_modules/lodash-es/_reInterpolate.js
T
2026-06-04 11:01:29 +08:00

5 lines
113 B
JavaScript

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