UNPKG

@rapideditor/location-conflation

Version:

Define complex geographic regions by including and excluding country codes and geojson shapes

12 lines (8 loc) 324 B
import { LocationConflation } from './location-conflation.ts'; declare global { var LocationConflation: typeof import('./location-conflation.ts').LocationConflation; } export { LocationConflation }; export type * from './types.ts'; export default LocationConflation; globalThis.LocationConflation = LocationConflation;