UNPKG

149 BJavaScriptView Raw
1// transpile:main
2
3import * as adb from './lib/adb';
4
5
6const { ADB, DEFAULT_ADB_PORT } = adb;
7
8export default ADB;
9export { DEFAULT_ADB_PORT, ADB };