UNPKG

@astrojs/vercel

Version:
10 lines (8 loc) 142 B
import { waitUntil } from '@vercel/functions'; export interface EdgeLocals { vercel: { edge: { waitUntil: typeof waitUntil; }; }; }