"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.createIsGreaterThanOrEqualToNode = void 0;
const binary_1 = require("../binary");
exports.createIsGreaterThanOrEqualToNode = (0, binary_1.createBinaryNodeFactory)("is_greater_than_or_equal_to");