UNPKG

react-native-mmkv

Version:

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

5 lines (4 loc) 262 B
import type { MMKVFactory } from './specs/MMKVFactory.nitro'; import type { MMKVPlatformContext } from './specs/MMKVPlatformContext.nitro'; export declare function getPlatformContext(): MMKVPlatformContext; export declare function getMMKVFactory(): MMKVFactory;