UNPKG

react-native-mmkv

Version:

⚡️ The fastest key/value storage for React Native.

4 lines (3 loc) 187 B
import type { MMKV } from '../specs/MMKV.nitro'; import type { Configuration } from '../specs/MMKVFactory.nitro'; export declare function createMMKV(configuration?: Configuration): MMKV;