mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 23:57:49 +00:00
Complete semicolons removal (6cb3460).
This commit is contained in:
@@ -29,7 +29,7 @@ const symbolToString = symbolProto ? symbolProto.toString : undefined
|
||||
*/
|
||||
function toString(value) {
|
||||
if (value == null) {
|
||||
return '';
|
||||
return ''
|
||||
}
|
||||
// Exit early for strings to avoid a performance hit in some environments.
|
||||
if (typeof value == 'string') {
|
||||
|
||||
Reference in New Issue
Block a user