source:
trip-planner-front/node_modules/lodash/_reEscape.js@
76712b2
Last change on this file since 76712b2 was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 105 bytes |
Rev | Line | |
---|---|---|
[6a3a178] | 1 | /** Used to match template delimiters. */ |
2 | var reEscape = /<%-([\s\S]+?)%>/g; | |
3 | ||
4 | module.exports = reEscape; |
Note:
See TracBrowser
for help on using the repository browser.