UNPKG

react-native-mmkv

Version:

The fastest key/value storage for React Native. ~30x faster than AsyncStorage! Works on Android, iOS and Web.

3 lines 192 B
import type { MMKVConfiguration, NativeMMKV } from 'react-native-mmkv'; export declare const createMMKV: (config: MMKVConfiguration) => NativeMMKV; //# sourceMappingURL=createMMKV.web.d.ts.map