UNPKG

@trailstash/ultra

Version:

A web based tool for making MapLibre GL maps with data from sources such as Overpass, GeoJSON, GPX, KML, TCX, etc

5 lines (4 loc) 63 B
export const alertOnError = (e) => { alert(e); throw e; };