UNPKG

react-native-apikit

Version:

Modern API toolkit for React Native and Expo with automatic token management, smart response parsing, and built-in error handling

5 lines (4 loc) 176 B
import { TokenStorage } from '../types'; export declare const asyncStorageToken: TokenStorage; import { ApiCache } from '../types'; export declare const memoryCache: ApiCache;