Jonas Jenwald 374f524c29 Remove unnecessary Map.prototype.entries() usage
A `Map` instance can be iterated directly with a `for...of` loop, hence using its `entries` method is not actually necessary.
2026-02-20 13:44:00 +01:00
..
2021-02-01 13:45:31 +01:00
2021-02-11 12:30:37 +01:00
2021-02-11 12:30:37 +01:00
2021-02-01 13:45:31 +01:00