UNPKG

kenya-locations

Version:

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

13 lines (12 loc) 374 B
/** * The current version of the kenya-locations package and dataset. * Derived directly from package.json so it is always in sync with the * published version — no manual maintenance required. * * @example * ```ts * import { DATA_VERSION } from 'kenya-locations'; * console.log(DATA_VERSION); // e.g. "0.4.0" * ``` */ export declare const DATA_VERSION: string;