UNPKG

@yume-chan/adb

Version:

TypeScript implementation of Android Debug Bridge (ADB) protocol.

3 lines 154 B
export declare function escapeArg(s: string): string; export declare function splitCommand(command: string): string[]; //# sourceMappingURL=utils.d.ts.map