A wrapper for adb and fastboot that returns convenient promises.
NOTE: This is still a work in progress. Not all functions have been added.
Example:
const { Adb, Fastboot } = require("./src/module.js");
const adb = new Adb();
const fastboot = new Fastboot();