Returns true if x and y are strictly equal. Same as y === x.
x
y
y === x
equal(42)(42)// => true Copy
equal(42)(42)// => true
Generated using TypeDoc
Returns true if
x
andy
are strictly equal. Same asy === x
.