UNPKG

@xsprtd/nuxt-api

Version:

Nuxt API Authentication and Http Client

7 lines (6 loc) 197 B
import type { FetchOptions } from 'ofetch'; /** * Create and configure a new fetch service instance. */ declare const _default: (options?: FetchOptions) => FetchOptions; export default _default;