* Ensure that an object is an instance of a class. * This matcher uses `instanceof` underneath.
(expected: unknown)
| 179 | * This matcher uses `instanceof` underneath. |
| 180 | */ |
| 181 | toBeInstanceOf(expected: unknown): R; |
| 182 | /** |
| 183 | * For comparing floating point numbers. |
| 184 | */ |
no outgoing calls