UNPKG

@dgac/nmb2b-client

Version:

EUROCONTROL Network Manager B2B SOAP client

12 lines (11 loc) 344 B
//#region src/utils/assert.ts function assert(condition, message) { if (!condition) { const errorMessage = message !== void 0 ? `Assertion failed: ${message}` : `Assertion failed.`; throw new AssertionError(errorMessage); } } var AssertionError = class extends Error {}; //#endregion export { assert }; //# sourceMappingURL=assert.js.map