UNPKG

dz-wilayas

Version:

A lightweight utility package for accessing and filtering Algerian province (wilaya) data.

9 lines (8 loc) 515 B
import wilayas from "./data.js"; declare const getAllWilayas: () => import("./types.js").WilayaType[]; declare const getWilayaByCode: (code: string) => import("./types.js").WilayaType; declare const getWilayaByName: (name: string) => import("./types.js").WilayaType; declare const getWilayaByArName: (ar_name: string) => import("./types.js").WilayaType; export { getAllWilayas, getWilayaByCode, getWilayaByName, getWilayaByArName, wilayas, }; export * as types from "./types.js"; export * as data from "./data.js";