mongo/jstests/libs/parallelTester.d.ts

8 lines
120 B
TypeScript

// type declarations for parallelTester.js
declare class CountDownLatch {
await()
countDown()
getCount()
}