Yesterday's Top Poster

[NETLIFY] Edge Functions types now available as an npm module

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...
 
Back
Top