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) • 307 B
JavaScript
var getMixOrPatchIn = require('./private/getMixOrPatchIn.js');
var getExists = require('./getExists.js');
/* build/tpl */
function addExists(_) {
var mixOrPatchIn = getMixOrPatchIn(_);
return mixOrPatchIn('exists', getExists(_), !getExists.notChainable);
}
module.exports = addExists;
;