UNPKG

realm

Version:

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

7 lines (6 loc) 228 B
import * as internal from "../internal"; export declare namespace Auth { export import EmailPasswordAuth = internal.EmailPasswordAuth; type ApiKey = internal.ApiKey; export import ApiKeyAuth = internal.ApiKeyAuth; }