We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
chars
1 parent c1958da commit f6ac7cbCopy full SHA for f6ac7cb
lodash.js
@@ -13919,7 +13919,7 @@
13919
if (guard || chars === undefined) {
13920
return string.replace(reTrim, '');
13921
}
13922
- chars = (chars + '');
+ chars += '';
13923
if (!chars) {
13924
return string;
13925
@@ -13958,7 +13958,7 @@
13958
13959
return string.replace(reTrimEnd, '');
13960
13961
13962
13963
13964
@@ -13995,7 +13995,7 @@
13995
13996
return string.replace(reTrimStart, '');
13997
13998
13999
14000
14001
0 commit comments