UNPKG

kenya-locations

Version:

A comprehensive and intuitive TypeScript package for working with Kenyan administrative divisions (counties, sub-counties, constituencies, and wards)

7 lines (6 loc) 171 B
export * from './counties'; export * from './constituencies'; export * from './wards'; export * from './sub-counties'; export * from './locality'; export * from './area';