UNPKG

@abaplint/runtime

Version:
8 lines 222 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ne = ne; const eq_1 = require("./eq"); function ne(left, right) { return !(0, eq_1.eq)(left, right); } //# sourceMappingURL=ne.js.map