Sign in
cobalt
/
cobalt.git
/
04cd6faca4dd5039a1b810e9ba7b7a79e51a781d
/
.
/
src
/
cobalt
/
debug
/
remote
/
devtools
/
node_modules
/
lodash
/
_reInterpolate.js
blob: d02ff0b29a33ae50c56a564781015f7f962b9059 [
file
]
/** Used to match template delimiters. */
var
reInterpolate
=
/<%=([\s\S]+?)%>/
g
;
module
.
exports
=
reInterpolate
;