UNPKG

@u4/adbkit

Version:

A Typescript client for the Android Debug Bridge.

7 lines 283 B
import Command from '../../command.js'; import { Properties } from '../../../models/Properties.js'; export default class GetPropertiesCommand extends Command<Properties> { execute(): Promise<Properties>; private _parseProperties; } //# sourceMappingURL=getproperties.d.ts.map