Open
Description
I cannot get Maps and order maps from the array of indexables { [p: string]: number }[] , { [p: string]: string }[] and similar types in typescript, so I have to squash array of indexable into Object.assign({}, ...arr) to apply OrderedMap to it.
It looks very weird as this is supposed to be map.