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