UNPKG

ngn-states-lgas

Version:

A package to retrieve Nigerian states and their LGAs.

9 lines (8 loc) 214 B
/** * Get all states (keys from the data). */ export declare function getStates(): string[]; /** * Get LGAs for a specific state (case-insensitive). */ export declare function getLgas(state: string): string[];