UNPKG
@globalfishingwatch/react-map-gl
Version:
latest (5.2.9-gfw.19)
5.2.9-gfw.19
5.2.9-gfw.18
5.2.9-gfw.17
5.2.9-gfw.16
5.2.9-gfw.15
5.2.9-gfw.14
5.2.9-gfw.13
5.2.9-gfw.12
5.2.9-gfw.11
5.2.9-gfw.10
5.2.9-gfw.9
5.2.9-gfw.8
5.2.9-gfw.7
5.2.9-gfw.6
5.2.9-gfw.5
5.2.9-gfw.4
5.2.9-gfw.3
5.2.9-gfw.2
5.2.9-gfw.1
5.2.7
5.2.7-gfw.1-beta4
5.2.7-gfw.1-beta3
5.2.7-gfw.1-beta2
5.2.7-gfw.1-beta1
5.2.7-gfw.1-beta
5.2.7-gfw.4
5.2.7-gfw.3
5.2.7-gfw.1
5.2.7-gfw.0
A React wrapper for MapboxGL-js and overlay API.
github.com/visgl/react-map-gl
visgl/react-map-gl
@globalfishingwatch/react-map-gl
/
dist
/
es5
/
utils
/
assert.js
13 lines
(11 loc)
•
275 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
"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