UNPKG

kubo-rpc-client

Version:
7 lines 224 B
// @ts-expect-error no types import { Headers, Request, Response, fetch } from 'react-native-fetch-api'; export default fetch; export { Headers }; export { Request }; export { Response }; //# sourceMappingURL=fetch.rn.js.map