UNPKG

realm

Version:

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

8 lines 236 B
import { fetch } from "@realm/fetch"; type NetworkType = { fetch: typeof fetch; }; export declare const network: NetworkType; export declare function inject(value: NetworkType): void; export {}; //# sourceMappingURL=network.d.ts.map