Perform JavaScript greater than or equal comparison (>=) of two values.
>=
external bool greaterThanOrEqual<T>(Object? first, Object? second);