UNPKG

mmr-gl-react

Version:

React components for MMR GL JS-compatible libraries

9 lines 239 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function assert(condition, message) { if (!condition) { throw new Error(message); } } exports.default = assert; //# sourceMappingURL=assert.js.map