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