UNPKG

@u4/adbkit

Version:

A Typescript client for the Android Debug Bridge.

6 lines 191 B
import Sync from '../../sync'; import Command from '../../command'; export default class SyncCommand extends Command<Sync> { execute(): Promise<Sync>; } //# sourceMappingURL=sync.d.ts.map