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