UNPKG

@u4/adbkit

Version:

A Typescript client for the Android Debug Bridge.

7 lines 263 B
import Command from '../../command'; import { Features } from '../../../models/Features'; export default class GetFeaturesCommand extends Command<Features> { execute(): Promise<Features>; private _parseFeatures; } //# sourceMappingURL=getfeatures.d.ts.map