UNPKG

@goongmaps/goong-map-react

Version:

A fork of react-map-gl. React components for Goong JS

6 lines 180 B
export default function assert(condition, message) { if (!condition) { throw new Error(message || 'react-map-gl: assertion failed.'); } } //# sourceMappingURL=assert.js.map