UNPKG

use-axios-http-requests-ts

Version:

Incredibly useful package for making HTTP requests! This package eliminates the need for the Fetch API and is built on top of the powerful library [axios](https://www.npmjs.com/package/axios).

3 lines (2 loc) 86 B
export { useAxios, useAxiosFn } from "./lib/useAxios"; export * from "./types/types";