UNPKG

react-bkoi-gl

Version:

React components for Barikoi GL JS

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