Retrieves the complete list of all local level by its type in Nepal.
type of local level.
The array of all local level of that type , otherwise undefined.
import { getLocalLevelsByType } from 'nepali-address';const district = getLocalLevelsByType('rular-municipality');// → [{ id: 10101, name: 'Phaktanglung', ... }, ...] Copy
import { getLocalLevelsByType } from 'nepali-address';const district = getLocalLevelsByType('rular-municipality');// → [{ id: 10101, name: 'Phaktanglung', ... }, ...]
Retrieves the complete list of all local level by its type in Nepal.