vn-units
Version:
A package helps get all VietNam administrative units
12 lines (11 loc) • 412 B
TypeScript
export declare const UNIT_TAG_MAPPER: {
readonly province: "DanhMucTinh";
readonly district: "DanhMucQuanHuyen";
readonly ward: "DanhMucPhuongXa";
};
export declare const UNIT_TYPE_NAME_MAPPER: {
readonly province: ["tỉnh"];
readonly district: ["huyện", "quận", "thị xã"];
readonly ward: ["phường", "xã"];
readonly city: ["thành phố", "thành phố trung ương"];
};