UNPKG

country-state-city-slim

Version:

Library for fetching Country, its States and Cities (without Cities...)

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