UNPKG

react-map-gl

Version:

React components for MapLibre GL JS and Mapbox GL JS

6 lines (5 loc) 122 B
export default function assert(condition: any, message: string) { if (!condition) { throw new Error(message); } }