UNPKG

@react-native-ohos/realm

Version:

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

7 lines (6 loc) 174 B
type ShutdownType = { collect: () => void; }; export declare const garbageCollection: ShutdownType; export declare function inject(value: ShutdownType): void; export {};