Having the basic InstanceOf and IsString functionality is nice, but having access to a range of asserts like those here would also be nice.
Perhaps an Assert.isType() function, which uses lodash code when available and defaults to InstanceOf otherwise.
Thoughts?
Having the basic
InstanceOfandIsStringfunctionality is nice, but having access to a range of asserts like those here would also be nice.Perhaps an
Assert.isType()function, which uses lodash code when available and defaults to InstanceOf otherwise.Thoughts?