mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 09:27:49 +00:00
Eslint cleanup (imports left), except template.
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
function toPlainObject(value) {
|
||||
value = Object(value)
|
||||
const result = {}
|
||||
for (let key in value) {
|
||||
for (const key in value) {
|
||||
result[key] = value[value]
|
||||
}
|
||||
return result
|
||||
|
||||
Reference in New Issue
Block a user