UNPKG

@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

4 lines 266 B
import MMKVInstance from '../mmkvinstance'; export declare const getDataType: (value: any) => string; export declare const getInitialValue: (key: string, storage: MMKVInstance, initialValueType: 'type' | 'value') => () => any; //# sourceMappingURL=functions.d.ts.map