UNPKG

weather-in-terminal

Version:

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

8 lines 235 B
import { Direction } from './direction'; import { Speed } from './speed'; export declare class Wind { speed: Speed; direction: Direction; constructor(speed: Speed, direction: Direction); } //# sourceMappingURL=wind.d.ts.map