We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
satisfies ExportedHandler
export default
It would be nice to be able to run the following snippet:
export default { async fetch(request) { return new Response(...); }, } satisfies ExportedHandler;
I don't think we should make it default (pun intended), but supporting it would be nice.