-
Notifications
You must be signed in to change notification settings - Fork 60
Closed
Description
There are third-party types for this library available from @types/datadog-metrics, but it would be better if this library published types directly, so they always kept in sync with the code.
The TypeScript compiler can actually typecheck JS code and generate type definitions from JSDoc strings, so doing this would mainly require switching the documentation syntax and configuring the developer tooling (and documenting or scripting any added steps needed for publishing).
Reactions are currently unavailable