UNPKG

@waku/utils

Version:
4 lines (3 loc) 131 B
export declare function groupByContentTopic<T extends { contentTopic: string; }>(values: readonly T[]): Map<string, Array<T>>;