UNPKG

@u4/adbkit-monkey

Version:

A Node.js interface to the Android monkey tool.

2 lines 128 B
export declare type Callback<T> = (err: Error | null, result?: T, cmd?: string) => void; //# sourceMappingURL=Callback.d.ts.map