Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,13 @@
* Container for all registered metrics
*/
export class Registry<
BoundRegistryContentType extends RegistryContentType = PrometheusContentType,
BoundRegistryContentType extends RegistryContentType = RegistryContentType,
> {
/**
* @param regContentType The content type of the registry
*/
constructor(regContentType?: RegistryContentType)

Check failure on line 30 in index.d.ts

View workflow job for this annotation

GitHub Actions / Run ESLint

Insert `;`

/**
* Get string representation for all metrics
*/
Expand Down
Loading