country-flag-icons
Version:
Vector (*.svg) country flag icons in 3x2 aspect ratio.
9 lines (7 loc) • 418 B
JavaScript
// This file is deprecated.
// It's the same as `index.cjs`, just with an added `.js` file extension.
// It only exists for compatibility with the software that doesn't like `*.cjs` file extension.
// https://gitlab.com/catamphetamine/libphonenumber-js/-/issues/61#note_950728292
exports.hasFlag = require('./commonjs/hasFlag.js').default
exports.countries = require('./commonjs/countries.json')