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