Retrieves the complete list of provinces in Nepal.
An array of all 7 province objects.
import { getProvinces } from 'nepali-address';const provinces = getProvinces();// → [{ id: 1, name: 'Koshi Province', ... }, ...] Copy
import { getProvinces } from 'nepali-address';const provinces = getProvinces();// → [{ id: 1, name: 'Koshi Province', ... }, ...]
Retrieves the complete list of provinces in Nepal.