pull/1/head
yann300 7 years ago
parent b1efcf4d98
commit e2fe082cc6
  1. 1
      src/lib/helper.js

@ -23,7 +23,6 @@ module.exports = {
find: find
}
function findDeep (object, fn, found = { break: false, value: undefined }) {
if (typeof object !== 'object' || object === null) return
for (var i in object) {

Loading…
Cancel
Save