UNPKG

@abaplint/runtime

Version:
9 lines 241 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.assert = assert; function assert(input) { if (input === false) { throw new Error("ASSERTION_FAILED"); } } //# sourceMappingURL=assert.js.map