UNPKG

@tokamak-network/thanos-sdk

Version:
10 lines 267 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.assert = void 0; const assert = (condition, message) => { if (!condition) { throw new Error(message); } }; exports.assert = assert; //# sourceMappingURL=assert.js.map