ts nouvelle carte littérale

new Map<string, string>([
  ["key1", "value1"],
  ["key2", "value2"]
]);
The Ranting Dev