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) 122 B
export interface Area { name: string; locality: string; county: string; } export declare const areas: Area[];