@react-native-oh-tpl/realm
Version:
Realm by MongoDB is an offline-first mobile database: an alternative to SQLite and key-value stores
12 lines (11 loc) • 327 B
TypeScript
import type { binding } from "../binding";
/**
* 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;