UNPKG

country-flag-icons

Version:

Vector (*.svg) country flag icons in 3x2 aspect ratio.

15 lines (11 loc) 411 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = hasFlag; var _countriesJson = _interopRequireDefault(require("./countries.json.js")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } function hasFlag(country) { return _countriesJson["default"].indexOf(country) >= 0; } //# sourceMappingURL=hasFlag.js.map