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 (6 loc) 169 B
/* build/tpl */ import exists from "./exists"; interface IExistsAdded { exists: typeof exists; } export default function addExists<Src>(_: Src): Src & IExistsAdded;