UNPKG

react-simple-api

Version:

Create and cache API requests and responses

5 lines 220 B
export { useApi } from './useApi'; export { useMutateApi } from './useMutateApi'; export { APIMethod } from './types'; export { ApiContextProvider, useApiContext } from './CacheContext'; //# sourceMappingURL=index.js.map