UNPKG

rxdb

Version:

A local-first realtime NoSQL Database for JavaScript applications - https://rxdb.info/

6 lines (5 loc) 192 B
/** * Custom build of the mingo updater for smaller build size */ import type { UpdateQuery } from '../../types/index'; export declare function mingoUpdater<T>(d: T, op: UpdateQuery<T>): T;