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`

5 lines (4 loc) 200 B
export { set } from './src/set'; export { upsert } from './src/upsert'; export type { typeParam_upsert } from './src/types/upsert.type'; export type { SetValueSignature } from './src/types/set.type';