UNPKG

hapic

Version:

A http api client based on axios.

13 lines (12 loc) 335 B
export * from './hook'; export * from './request'; export * from './response'; export * from './constants'; export * from './error'; export * from './header'; export * from './module'; export * from './instance'; export * from './fetch'; export * from './utils'; declare const client: import("./module").Client; export default client;