summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/lodash/_reInterpolate.js
diff options
context:
space:
mode:
Diffstat (limited to 'bin/wiki/ImportarDesdeURL/node_modules/lodash/_reInterpolate.js')
-rw-r--r--bin/wiki/ImportarDesdeURL/node_modules/lodash/_reInterpolate.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/wiki/ImportarDesdeURL/node_modules/lodash/_reInterpolate.js b/bin/wiki/ImportarDesdeURL/node_modules/lodash/_reInterpolate.js
new file mode 100644
index 00000000..d02ff0b2
--- /dev/null
+++ b/bin/wiki/ImportarDesdeURL/node_modules/lodash/_reInterpolate.js
@@ -0,0 +1,4 @@
+/** Used to match template delimiters. */
+var reInterpolate = /<%=([\s\S]+?)%>/g;
+
+module.exports = reInterpolate;