source:
imaps-frontend/node_modules/lodash-es/_reEscape.js@
d565449
Last change on this file since d565449 was d565449, checked in by , 4 weeks ago | |
---|---|
|
|
File size: 103 bytes |
Line | |
---|---|
1 | /** Used to match template delimiters. */ |
2 | var reEscape = /<%-([\s\S]+?)%>/g; |
3 | |
4 | export default reEscape; |
Note:
See TracBrowser
for help on using the repository browser.