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) 122 B
export default function deepUpdater(data: any, index: any, value: any, isFunction: any, config: any, drilled?: any): any;