nepali-address - v1.0.5
    Preparing search index...

    Function getDistricts

    • Retrieves the complete list of districts in Nepal.

      Returns District[]

      An array of all 77 district objects.

      import { getDistricts } from 'nepali-address';

      const districts = getDistricts();
      // → [{ id: 101, name: 'Taplejung', ... }, ...]