ngarbezza/oow

[feature] Make Map a collection

ngarbezza opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
JS Map is an object that does not have the Collection protocol this library adds.

Describe the solution you'd like
Apply the Collection extension to Map and make sure everything is working.