UNPKG

@vis.gl/react-mapbox

Version:

React components for Mapbox GL JS

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