UNPKG

realm

Version:

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

8 lines (7 loc) 199 B
import { fetch } from "@realm/fetch"; type NetworkType = { fetch: typeof fetch; }; export declare const network: NetworkType; export declare function inject(value: NetworkType): void; export {};