UNPKG

@lgarciawebdev/use-fetch-state

Version:

A Nuxt composable for managing fetch state using useFetch with auto-import and type support.

5 lines (4 loc) 113 B
declare module '#imports' { export const useFetchState: typeof import('./index').useFetchState } export {}