Retrieves the complete list of districts in Nepal.
An array of all 77 district objects.
import { getDistricts } from 'nepali-address';const districts = getDistricts();// → [{ id: 101, name: 'Taplejung', ... }, ...] Copy
import { getDistricts } from 'nepali-address';const districts = getDistricts();// → [{ id: 101, name: 'Taplejung', ... }, ...]
Retrieves the complete list of districts in Nepal.