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 175 B
import { type Configuration, type NativeMMKV } from './Types'; export declare const createMMKV: (config: Configuration) => NativeMMKV; //# sourceMappingURL=createMMKV.d.ts.map