mobxjs / mobx-utils

Utility functions and common patterns for MobX
MIT License
1.19k stars 126 forks source link

Improve public types by hiding GroupItem implementation detail. #262

Closed bb closed 4 years ago

bb commented 4 years ago

I was about to write similar type-improving implementations like get() for entries(), values(), and forEach() but then considered this would be a better approach.

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-0.02%) to 92.5% when pulling a8309d4965fcd52d14932ec44f7b236fc09b7581 on bb:ogm-improve-public-types into 127cb28f0d9b783f3425c6861caa9e26ab888264 on mobxjs:master.

NaridaL commented 4 years ago

Yeah, this is obviously the way to go. Thanks!