@react-native-ohos/react-native-mmkv-storage
Version:
This library aims to provide a fast & reliable solution for you data storage needs in react-native apps. It uses [MMKV](https://github.com/Tencent/MMKV) by Tencent under the hood on Android and iOS both that is used by their WeChat app(more than 1 Billion
19 lines • 491 B
TypeScript
export declare const currentInstancesStatus: {
[name: string]: boolean;
};
/**
* Get current instance ID status for instances
* loaded since application started
*/
export declare function getCurrentMMKVInstanceIDs(): {
[x: string]: boolean;
};
/**
*
* Initialize function is used to create
* the storage or load the storage if
* it already exists with the given options.
*
*/
export declare function initialize(id: string): boolean;
//# sourceMappingURL=initializer.d.ts.map