Serving TypeScript Definitions for Eden Treaty: A Production-Ready Approach
A guide to serving TypeScript definitions for Eden Treaty APIs in production using a dual-mode approach for Elysia and Bun.
A guide to serving TypeScript definitions for Eden Treaty APIs in production using a dual-mode approach for Elysia and Bun.
A talk sharing lessons learned from maintaining TypeScript libraries, covering type publishing, API versioning, and debugging.
Improving TypeScript error messages for missing DOM types when the 'dom' library is not included in tsconfig.json.
A guide to implementing function overloads in TypeScript, using a practical example of a function that returns a Promise or void.
How to fix the 'Duplicate identifier' TypeScript error by managing ambient type definitions and understanding @types.