UNPKG

realm

Version:

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

5 lines (4 loc) 129 B
import { type TurboModule } from "react-native"; export interface RealmModule extends TurboModule { initialize(): unknown; }