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

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