Cloudfest Conference 2025

Use code HH20 for 20% off an event ticket!

Yesterday's Top Poster

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

  • Thread starter Thread starter Netlify
  • Start date Start date
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