UNPKG

react-native-mmkv

Version:

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

7 lines (6 loc) 252 B
import type { MMKV } from '../specs/MMKV.nitro'; import type { Configuration } from '../specs/MMKVFactory.nitro'; /** * Mock MMKV instance when used in a Jest/Test environment. */ export declare function createMockMMKV(config?: Configuration): MMKV;