UNPKG

@vis.gl/react-maplibre

Version:

React components for Maplibre GL JS

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