UNPKG

js-upsert

Version:

`js-upsert` is a lightweight JavaScript library designed to simplify updating deeply nested properties within objects. It provides an intuitive and efficient way to manage complex object structures, ensuring non-destructive updates. This makes `js-upsert`

2 lines (1 loc) 106 B
export declare function keyFinder({ obj }: any, targetKey: any, currentKeys?: any, inner?: boolean): any;