UNPKG

deepdash-es

Version:

➔ 𝐃eep extension for 𝐋odash-es: ✓ eachDeep ✓ filterDeep ✓ pickDeep ✓ omitDeep ✓ keysDeep ✓ index ✓ condenseDeep ⋮ Parent nodes tracking ⋮ Circular references check ⋮ Leaves only mode ⋮ Path as a valid js string or an array ⋮

9 lines (7 loc) 307 B
/* build/tpl */ import getMixOrPatchIn from './private/getMixOrPatchIn.js'; import getCondenseDeep from './getCondenseDeep.js'; export default function addCondenseDeep(_) { var mixOrPatchIn = getMixOrPatchIn(_); return mixOrPatchIn('condenseDeep', getCondenseDeep(_), !getCondenseDeep.notChainable); }