UNPKG

country-state-no-city

Version:

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

7 lines (6 loc) 177 B
import Country from './country'; import State from './state'; import { ICountry, IState } from './interface'; export { Country }; export { State }; export { ICountry, IState };