Returns true if y is greater than x. Same as y > x.
y
x
y > x
gt(9)(3)// => false Copy
gt(9)(3)// => false
Generated using TypeDoc
Returns true if
y
is greater thanx
. Same asy > x
.