UNPKG

country-state-list

Version:
5 lines (4 loc) 108 B
import Country from './lib/country'; import State from './lib/state'; export { Country }; export { State };