UNPKG

@xsprtd/nuxt-api

Version:

Nuxt API Authentication and Http Client

3 lines (2 loc) 94 B
import type { Auth } from '../types/Auth.js'; export declare const useAuth: <T>() => Auth<T>;