UNPKG

weather-in-terminal

Version:

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

10 lines 279 B
import { SpeedUnit } from './speedUnit'; export { SpeedUnit } from './speedUnit'; export declare class Speed { private _miPerH; private _kmPerH; constructor(speed: number, unit: SpeedUnit); miPerH: number; kmPerH: number; } //# sourceMappingURL=speed.d.ts.map