UNPKG

@goongmaps/goong-map-react

Version:

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

12 lines (11 loc) 274 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = assert; function assert(condition, message) { if (!condition) { throw new Error(message || 'react-map-gl: assertion failed.'); } } //# sourceMappingURL=assert.js.map