bcgov / common-web-utils

Common Front End JS utils and libraries
Apache License 2.0
1 stars 0 forks source link

Add isMap to TypeCheck #30

Closed patricksimonian closed 5 years ago

patricksimonian commented 5 years ago

added isMap utility function, also corrected a bug where TypeCheck.isA would not work with Object constructors that required the new keyword.

Fixes #29