Wraps the JavaScript built-in "instanceof" in a type guard.
The value to check.
The constructor that the "instance" input will be checked against.
Wraps the JavaScript built-in "instanceof" in a type guard.