Sign in
cobalt
/
cobalt
/
07081467c3d00b04a6a1162e0566a5a8b9cfe2d5
/
.
/
third_party
/
devtools
/
node_modules
/
lodash
/
_reEvaluate.js
blob: 6adfc312c8f388b4947218e5b521de776b093d43 [
file
] [
log
] [
blame
]
/** Used to match template delimiters. */
var
reEvaluate
=
/<%([\s\S]+?)%>/
g
;
module
.
exports
=
reEvaluate
;