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

14 lines (11 loc) 244 B
import { Path } from "./Path"; export default function index( obj: any, options?: { checkCircular?: boolean; includeRoot?: boolean; childrenPath?: Path[]; rootIsChildren?: boolean; leavesOnly?: boolean; } ): Object;