elearning/Frontend-Learner/node_modules/nitropack/dist/presets/netlify/runtime/netlify-edge.d.ts

4 lines
181 B
TypeScript
Raw Normal View History

2026-01-13 10:46:40 +07:00
import "#nitro-internal-pollyfills";
import type { Context } from "@netlify/edge-functions";
export default function netlifyEdge(request: Request, _context: Context): Promise<any>;