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) • 307 B
JavaScript
/* build/tpl */
import getMixOrPatchIn from './private/getMixOrPatchIn.js';
import getPathToString from './getPathToString.js';
export default function addPathToString(_) {
var mixOrPatchIn = getMixOrPatchIn(_);
return mixOrPatchIn('pathToString', getPathToString(_), !getPathToString.notChainable);
}