UNPKG

tello-custom-ip

Version:

Tello drone client with custom IP address support, forked from @0x77/tellots

9 lines 304 B
import { ResponseParser, CommandType } from "./types"; export declare const exchanger: { send: <T = string>(command: string, parser?: ResponseParser<T>, type?: CommandType) => Promise<T>; _local: { state: string; }; }; export default exchanger; //# sourceMappingURL=exchanger.d.ts.map