4 lines
181 B
TypeScript
4 lines
181 B
TypeScript
|
|
import "#nitro-internal-pollyfills";
|
||
|
|
import type { Context } from "@netlify/edge-functions";
|
||
|
|
export default function netlifyEdge(request: Request, _context: Context): Promise<any>;
|