UNPKG

@nuxt/test-utils

Version:
7 lines (6 loc) 195 B
import type { GenericApp } from '../../vitest-environment'; export declare function createFetchForH3V1(): Promise<{ h3App: GenericApp; registry: Set<string>; fetch: typeof fetch; }>;