bcgov / common-web-utils

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

isMap to TypeCheck #29

Closed patricksimonian closed 5 years ago

patricksimonian commented 5 years ago

Is your feature request related to a problem? Please describe. No typechecking for Maps

Describe the solution you'd like I was unable to use the TypeCheck.isA(Map, value interface so there must be something wrong there. That should work as well as a TypeCheck.isMap(..) Describe alternatives you've considered using instanceof