UNPKG

@react-native-oh-tpl/realm

Version:

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

14 lines 369 B
export declare class Float { value: number; constructor(value: number); valueOf(): number; } export declare class Status { isOk: boolean; code?: number; reason?: string; constructor(isOk: boolean); } export declare const ListSentinel: unique symbol; export declare const DictionarySentinel: unique symbol; //# sourceMappingURL=utils.d.ts.map