You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
style(Common): Reformat TypeScript declaration files for Workers API
Reformat TypeScript .d.ts declaration files in TypeScript/Function/ and TypeScript/Interface/ to improve readability and consistency:
- Add blank lines after import statements
- Reformat multi-line type imports and function parameters with proper indentation
- Fix missing newlines at end of files
- Normalize whitespace in interface definitions
No functional changes; purely cosmetic formatting improvements for the Cloudflare Workers API type declarations.
0 commit comments