Wraps the JavaScript built-in "instanceof" in a type guard assertion.
The value to check.
The constructor that the "instance" input will be checked against.
Optional
Message to include in error message if this assertion fails.
Wraps the JavaScript built-in "instanceof" in a type guard assertion.