You can now import the TypeScript types for the Edge Functions API from the @netlify/edge-functions specifier, which is available both in Deno and in Node.js. import { Config, Context } from "@netlify/edge-functions" export default async (req:...
Continue reading...
Continue reading...