UNPKG

nuxt-advanced-fetch

Version:

Enhances Nuxt 3 $fetch with lifecycle handlers, dynamic management, and custom fetch instances for modular API requests.

8 lines (7 loc) 201 B
import type { IApiPlugin } from '../types.js'; declare const _default: import("#app").Plugin<{ api: IApiPlugin; }> & import("#app").ObjectPlugin<{ api: IApiPlugin; }>; export default _default;