Cloudflare Docs
Workers
Edit this page on GitHub
Set theme to dark (⇧+D)

​​ TypeScript

TypeScript is a first-class language on Cloudflare Workers. Cloudflare publishes type definitions to GitHub and npm (npm install -D @cloudflare/workers-types). All APIs provided in Workers are fully typed, and type definitions are generated directly from workerd, the open-source Workers runtime.

​​ Resources