Docs (4.0.0)
class Assertion method

toBe

Asserts that the value is strictly equal to given value (using the === operator).

toBe(value?: T): void

Related