Cypress_TS/CyLukTs/lukan/node_modules/lodash/_reInterpolate.js
Lukáš Kaňka ea3e372146 údržba
2023-08-15 18:35:50 +02:00

5 lines
115 B
JavaScript

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