mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 01:57:50 +00:00
Bump to v4.4.0.
This commit is contained in:
@@ -36,7 +36,9 @@ function trimStart(string, chars, guard) {
|
||||
return string;
|
||||
}
|
||||
var strSymbols = stringToArray(string);
|
||||
return strSymbols.slice(charsStartIndex(strSymbols, stringToArray(chars))).join('');
|
||||
return strSymbols
|
||||
.slice(charsStartIndex(strSymbols, stringToArray(chars)))
|
||||
.join('');
|
||||
}
|
||||
|
||||
export default trimStart;
|
||||
|
||||
Reference in New Issue
Block a user