function emptyListsFor emptyListsFor<Key,Value,>(keys: readonly Key[]): Map<Key, Value[]> A Map holding an empty list for each key, ready to be filled. Type Parameters Key Value Parameters keys: readonly Key[] Return Type Map<Key, Value[]>