* When you don't care what a value is, you just want to * ensure a value is false in a boolean context.
()
| 166 | * ensure a value is false in a boolean context. |
| 167 | */ |
| 168 | toBeFalsy(): R; |
| 169 | /** |
| 170 | * For comparing floating point numbers. |
| 171 | */ |
no outgoing calls
no test coverage detected