UNPKG

emmet.sdk

Version:
10 lines 375 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isGreaterOrEqual = void 0; const format_1 = require("../format"); const isGreaterOrEqual = (a, b) => { const { _a, _b } = (0, format_1.format2BigInt)(a, b); return BigInt(_a) >= BigInt(_b); }; exports.isGreaterOrEqual = isGreaterOrEqual; //# sourceMappingURL=isGreaterOrEqual.js.map