UNPKG

probe.gl

Version:

JavaScript Console Instrumentation and Benchmarking for Browser and Node

13 lines (11 loc) 264 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = assert; function assert(condition, message) { if (!condition) { throw new Error("Assertion failed. ".concat(message)); } } //# sourceMappingURL=assert.js.map