UNPKG

@mugan86/openweather-api

Version:
9 lines (8 loc) 273 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var FindType; (function (FindType) { FindType["City"] = "city"; FindType["Location"] = "location"; FindType["Zip"] = "zip"; })(FindType = exports.FindType || (exports.FindType = {}));