@tempots/std
strictEqual() function
Checks if two values are strictly equal.
Signature:
strictEqual: (a: A, b: A) => boolean
Parameters
Parameter |
Type |
Description |
---|---|---|
a |
A |
The first value to compare. |
b |
A |
The second value to compare. |
Returns: boolean
true
if the values are strictly equal, false
otherwise.