source:
imaps-frontend/node_modules/lodash-es/_reEscape.js
Last change on this file was d565449, checked in by , 4 weeks ago | |
---|---|
|
|
File size: 103 bytes |
Rev | Line | |
---|---|---|
[d565449] | 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.