UNPKG

amaran-light-cli

Version:

Command line tool for controlling Aputure Amaran lights via WebSocket to a local Amaran desktop app.

8 lines 231 B
export interface Location { city?: string; region?: string; country?: string; ll?: [number, number]; } export declare function getLocationFromIP(ip?: string): Location | null; //# sourceMappingURL=geoipUtil.d.ts.map