|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 2 weeks ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
294 bytes
|
| Line | |
|---|
| 1 | import { Reporter } from './Reporter';
|
|---|
| 2 | /**
|
|---|
| 3 | * This higher order reporter aggregates too frequent getReport requests to avoid unnecessary computation.
|
|---|
| 4 | */
|
|---|
| 5 | declare function createAggregatedReporter<TReporter extends Reporter>(reporter: TReporter): TReporter;
|
|---|
| 6 | export { createAggregatedReporter };
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.