Skip to content

Allow duck type checking for assertType and assertArrayOf

Choose a tag to compare

@terodox terodox released this 17 Jan 22:53
· 37 commits to master since this release

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.