aboutsummaryrefslogtreecommitdiff
path: root/node_modules/balanced-match/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/balanced-match/index.js')
-rw-r--r--node_modules/balanced-match/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/node_modules/balanced-match/index.js b/node_modules/balanced-match/index.js
index e8d858702..1685a7629 100644
--- a/node_modules/balanced-match/index.js
+++ b/node_modules/balanced-match/index.js
@@ -1,3 +1,4 @@
+'use strict';
module.exports = balanced;
function balanced(a, b, str) {
if (a instanceof RegExp) a = maybeMatch(a, str);