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.
Coverage decreased (-0.02%) to 92.5% when pulling a8309d4965fcd52d14932ec44f7b236fc09b7581 on bb:ogm-improve-public-types into 127cb28f0d9b783f3425c6861caa9e26ab888264 on mobxjs:master.
I was about to write similar type-improving implementations like
get()
forentries()
,values()
, andforEach()
but then considered this would be a better approach.