@clregions/data
Version:
Paquete de datos para regiones de Chile, proporcionando acceso a información estructurada en formato JSON, CSV y SQL
6 lines (5 loc) • 372 B
TypeScript
export { CommuneId, ProvinceId, RegionId } from './types/index.js';
export { CLCommuneObject, CLCountryObject, CLProvinceObject, CLRegionObject, clRegions } from './object/index.js';
export { CLRegionItem, regions } from './array/regions.js';
export { CLProvinceItem, provinces } from './array/provinces.js';
export { CLCommuneItem, communes } from './array/communes.js';