UNPKG

@globalfishingwatch/react-map-gl

Version:

A React wrapper for MapboxGL-js and overlay API.

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