UNPKG

@u4/adbkit

Version:

A Typescript client for the Android Debug Bridge.

9 lines 249 B
import Command from '../../command.js'; export default class RemountCommand extends Command { async execute() { await this._send('remount:'); await this.readOKAY(); return true; } } //# sourceMappingURL=remount.js.map