UNPKG

@clregions/data

Version:

Paquete de datos para regiones de Chile, proporcionando acceso a información estructurada en formato JSON, CSV y SQL

11 lines (8 loc) • 219 B
import { CommuneId } from '../types/index.cjs'; type CLCommuneItem = { id: CommuneId; name: string; provinceId: string; }; declare const communes: CLCommuneItem[]; export { type CLCommuneItem, communes };