How to get the first key (not value) of immutable.js map?
basically myMap.first() will return the value, but I am interested in the key...
I can do a forEach and store first, but must be a better way!
didn't see it in the docs, prob missing it... :/
tx
Sean