UNPKG

realm

Version:

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

10 lines (9 loc) 258 B
import type { binding } from "./binding"; type DeviceInfoType = { create(): binding.DeviceInfo; }; /** @internal */ export declare const deviceInfo: DeviceInfoType; /** @internal */ export declare function inject(value: DeviceInfoType): void; export {};