UNPKG

weather-in-terminal

Version:

A simple CLI to see the weather while you're in your terminal.

6 lines 175 B
export declare class Direction { degrees: number; orientation: string; constructor(degrees: number, orientation: string); } //# sourceMappingURL=direction.d.ts.map