Joe
0
Q:

typescript loop over map with value as array

myMap.forEach((value: boolean, key: string) => {
    console.log(key, value);
});
2

New to Communities?

Join the community