UNPKG

weather-in-terminal

Version:

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

8 lines (7 loc) 273 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var SpeedUnit; (function (SpeedUnit) { SpeedUnit[SpeedUnit["KM_H"] = 0] = "KM_H"; SpeedUnit[SpeedUnit["MI_H"] = 1] = "MI_H"; })(SpeedUnit = exports.SpeedUnit || (exports.SpeedUnit = {}));