UNPKG

mmr-gl-react

Version:

React components for MMR GL JS-compatible libraries

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