UNPKG

realm

Version:

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

7 lines 262 B
import * as internal from "../internal"; export declare namespace Auth { export import EmailPasswordAuth = internal.EmailPasswordAuth; type ApiKey = internal.ApiKey; export import ApiKeyAuth = internal.ApiKeyAuth; } //# sourceMappingURL=Auth.d.ts.map