UNPKG

country-state-no-city

Version:

Library for fetching Country, and its States forked from country-state-city

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