UNPKG

@nuxthub/core

Version:

Build full-stack Nuxt applications on Cloudflare, with zero configuration.

5 lines (4 loc) 264 B
import type { H3Event } from 'h3'; import type { HubConfig } from '~/src/features'; export declare function requireNuxtHubAuthorization(event: H3Event): Promise<void>; export declare function requireNuxtHubLinkedProject(hub: HubConfig, featureName: string): void;