UNPKG

@hyper-fetch/core

Version:

Cache, Queue and Persist your requests no matter if you are online or offline!

7 lines (5 loc) 202 B
import { getAdapter } from "./http-adapter.fetch"; import type { HttpAdapterType } from "http-adapter/http-adapter.types"; export const HttpAdapter = (): HttpAdapterType => { return getAdapter(); };