UNPKG

@astrojs/vercel

Version:
12 lines (11 loc) 356 B
import type { AstroIntegrationLogger } from 'astro'; export declare function copyDependenciesToFunction({ entry, outDir, includeFiles, excludeFiles, logger, root, }: { entry: URL; outDir: URL; includeFiles: URL[]; excludeFiles: URL[]; logger: AstroIntegrationLogger; root: URL; }, cache: object): Promise<{ handler: string; }>;