Skip to content

Commit

Permalink
how
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Apr 16, 2024
1 parent 2290f39 commit 118c382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export class AggregatorRegistry<
* @return {Registry} aggregated registry.
*/
static aggregate<T extends RegistryContentType>(

Check warning on line 151 in index.d.ts

View workflow job for this annotation

GitHub Actions / Test on Node.js v16.x and OS ubuntu-latest

'T' is already declared in the upper scope on line 133 column 2

Check warning on line 151 in index.d.ts

View workflow job for this annotation

GitHub Actions / Test on Node.js v20.x and OS ubuntu-latest

'T' is already declared in the upper scope on line 133 column 2

Check warning on line 151 in index.d.ts

View workflow job for this annotation

GitHub Actions / Test on Node.js v18.x and OS ubuntu-latest

'T' is already declared in the upper scope on line 133 column 2

Check warning on line 151 in index.d.ts

View workflow job for this annotation

GitHub Actions / Test on Node.js v21.x and OS ubuntu-latest

'T' is already declared in the upper scope on line 133 column 2

Check warning on line 151 in index.d.ts

View workflow job for this annotation

GitHub Actions / Test on Node.js v16.x and OS macOS-latest

'T' is already declared in the upper scope on line 133 column 2

Check warning on line 151 in index.d.ts

View workflow job for this annotation

GitHub Actions / Test on Node.js v18.x and OS windows-latest

'T' is already declared in the upper scope on line 133 column 2

Check warning on line 151 in index.d.ts

View workflow job for this annotation

GitHub Actions / Test on Node.js v21.x and OS macOS-latest

'T' is already declared in the upper scope on line 133 column 2

Check warning on line 151 in index.d.ts

View workflow job for this annotation

GitHub Actions / Test on Node.js v20.x and OS windows-latest

'T' is already declared in the upper scope on line 133 column 2

Check warning on line 151 in index.d.ts

View workflow job for this annotation

GitHub Actions / Test on Node.js v16.x and OS windows-latest

'T' is already declared in the upper scope on line 133 column 2

Check warning on line 151 in index.d.ts

View workflow job for this annotation

GitHub Actions / Test on Node.js v21.x and OS windows-latest

'T' is already declared in the upper scope on line 133 column 2

Check warning on line 151 in index.d.ts

View workflow job for this annotation

GitHub Actions / Test on Node.js v20.x and OS macOS-latest

'T' is already declared in the upper scope on line 133 column 2

Check warning on line 151 in index.d.ts

View workflow job for this annotation

GitHub Actions / Test on Node.js v18.x and OS macOS-latest

'T' is already declared in the upper scope on line 133 column 2
metricsArr: Array<Object>,
metricsArr: Array<object>,
): Registry<T>; // TODO Promise?

/**
Expand Down

0 comments on commit 118c382

Please sign in to comment.