UNPKG

realm

Version:

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

4 lines (3 loc) 182 B
import { binding } from "../internal"; /** @internal */ export declare function createNetworkTransport(fetch?: typeof import("@realm/fetch").fetch): binding.GenericNetworkTransport;