mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 18:37:50 +00:00
Apply more let/const transforms.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/** Used to match template delimiters. */
|
||||
var reInterpolate = /<%=([\s\S]+?)%>/g;
|
||||
const reInterpolate = /<%=([\s\S]+?)%>/g;
|
||||
|
||||
export default reInterpolate;
|
||||
|
||||
Reference in New Issue
Block a user