Retrieves all local levels belonging to a specific district.
The unique ID of the district.
Array of local levels in that districts, or empty array if not found.
import { getLocalLevelsByDistrict } from 'nepali-address';const districts = getLocalLevelsByDistrict(101);// → [{ id: 10101, name: 'Phaktanglung', ... }, ...] Copy
import { getLocalLevelsByDistrict } from 'nepali-address';const districts = getLocalLevelsByDistrict(101);// → [{ id: 10101, name: 'Phaktanglung', ... }, ...]
Retrieves all local levels belonging to a specific district.