Skip to content

Commit b48e1fd

Browse files
committed
Update typings
1 parent ed8ed7a commit b48e1fd

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/index.d.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,16 @@ export function trackPromise<T>(promise: Promise<T>, area?: string): Promise<T>;
1313

1414
/**
1515
* Perform a reset for the area counter (default-area by default).
16-
* @param area Area to be reset.
1716
*/
1817
export function manuallyResetPromiseCounter(area?: string): void;
1918

2019
/**
2120
* Decrement the area counter (default-area by default).
22-
* @param area Area to be decremented.
2321
*/
2422
export function manuallyDecrementPromiseCounter(area?: string): void;
2523

2624
/**
2725
* Increment the area counter (default-area by default).
28-
* @param area Area to be incremented.
2926
*/
3027
export function manuallyIncrementPromiseCounter(area?: string): void;
3128

0 commit comments

Comments
 (0)