UNPKG

nigerian-states-and-lgas

Version:

A minimalist package that contains the full list of Nigerian States and respective local-governments

7 lines (6 loc) 191 B
export declare const lgas: (state: string) => string[] | undefined; export declare const all: () => { state: string; lgas: string[]; }[]; export declare const states: () => string[];