UNPKG

probe.gl

Version:

JavaScript Console Instrumentation and Benchmarking for Browser and Node

6 lines 166 B
export default function assert(condition, message) { if (!condition) { throw new Error(`Assertion failed. ${message}`); } } //# sourceMappingURL=assert.js.map