UNPKG

deepdash

Version:

➔ 𝐃eep standalone lib / 𝐋odash extension: ✓ eachDeep ✓ filterDeep ✓ mapDeep ✓ reduceDeep ✓ pickDeep ✓ omitDeep ✓ keysDeep ✓ index ✓ condenseDeep ⋮ Parents stack ⋮ Circular check ⋮ Leaves only mode ⋮ Children mode ⋮ cherry-pick ⋮ esm

14 lines (9 loc) 321 B
'use strict'; var getMixOrPatchIn = require('./private/getMixOrPatchIn.js'); var getKeysDeep = require('./getKeysDeep.js'); /* build/tpl */ function addKeysDeep(_) { var mixOrPatchIn = getMixOrPatchIn(_); return mixOrPatchIn('keysDeep', getKeysDeep(_), !getKeysDeep.notChainable); } module.exports = addKeysDeep;