
package.dist.esm.utils.assert.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of react-map-gl Show documentation
Show all versions of react-map-gl Show documentation
React components for Mapbox GL JS-compatible libraries
The newest version!
export default function assert(condition, message) {
if (!condition) {
throw new Error(message);
}
}
//# sourceMappingURL=assert.js.map
© 2015 - 2025 Weber Informatics LLC | Privacy Policy