UNPKG

next-fetcher

Version:

A nextjs typescript friendly utility for seamless data fetching.

5 lines 314 B
import { createClientFetcher } from "./fetcher/createClientFetcher"; import { createServerFetcher } from "./fetcher/createServerFetcher"; import { addSession, deleteSession } from "./fetcher/session"; export { createClientFetcher, createServerFetcher, addSession, deleteSession }; //# sourceMappingURL=index.js.map