UNPKG

@yume-chan/adb

Version:

TypeScript implementation of Android Debug Bridge (ADB) protocol.

9 lines 284 B
import type { Disposable } from "@yume-chan/event"; export declare class AutoResetEvent implements Disposable { #private; constructor(initialSet?: boolean); wait(): Promise<void>; notifyOne(): void; dispose(): void; } //# sourceMappingURL=auto-reset-event.d.ts.map