UNPKG

@waku/utils

Version:
2 lines (1 loc) 96 B
export declare function pushOrInitMapSet<K, V>(map: Map<K, Set<V>>, key: K, newValue: V): void;