Allow duck type checking for assertType and assertArrayOf
This release brings in the addition of duck type checking for the assertType and assertArrayOf methods.
This is important for having object validation that goes beyond an instanceof check.