8 lines
123 B
TypeScript
8 lines
123 B
TypeScript
// type declarations for parallelTester.js
|
|
|
|
declare class CountDownLatch {
|
|
await();
|
|
countDown();
|
|
getCount();
|
|
}
|