UNPKG

@u4/adbkit

Version:

A Typescript client for the Android Debug Bridge.

7 lines 291 B
import Command from '../../command.js'; import { KnownServices } from './servicesList.js'; export default class ServiceCheckCommand extends Command<boolean> { execute(serviceName: KnownServices | string): Promise<boolean>; private _parse; } //# sourceMappingURL=serviceCheck.d.ts.map