function assertInstanceOf
Make an assertion that obj
is an instance of type
.
If not then throw.
Type Parameters
🔗
T extends AnyConstructor
Make an assertion that obj
is an instance of type
.
If not then throw.
T extends AnyConstructor