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

    Function getLocalLevelsByType

    • Retrieves the complete list of all local level by its type in Nepal.

      Parameters

      Returns LocalLevel[] | undefined

      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', ... }, ...]