UNPKG

country-flag-icons

Version:

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

5 lines 164 B
import COUNTRIES from './countries.json'; export default function hasFlag(country) { return COUNTRIES.indexOf(country) >= 0; } //# sourceMappingURL=hasFlag.js.map