/** * Returns all the keys in the Map * * @param map Map * * @returns List of keys in the given map */ export default function getMapKeys(map: Map): string[];