UNPKG

react-map-gl

Version:

React components for MapLibre GL JS and Mapbox GL JS

6 lines 151 B
export default function assert(condition, message) { if (!condition) { throw new Error(message); } } //# sourceMappingURL=assert.js.map