UNPKG

realm

Version:

Realm by MongoDB is an offline-first mobile database: an alternative to SQLite and key-value stores

12 lines (11 loc) 323 B
import { binding } from "../internal"; /** * Remove entries for undefined property values. * @internal */ export declare function cleanArguments(args: unknown[]): binding.EJson[]; /** * Remove entries for undefined property values. * @internal */ export declare function cleanArguments(args: unknown): binding.EJson;