UNPKG

tello-custom-ip

Version:

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

8 lines 226 B
import dgram from "dgram"; import { EventEmitter } from "events"; export declare const state: { bind: () => EventEmitter<[never]>; close: () => dgram.Socket; }; export default state; //# sourceMappingURL=state.d.ts.map