igir
Version:
🕹 A zero-setup ROM collection manager that sorts, filters, extracts or archives, patches, and reports on collections of any size on any OS.
9 lines (8 loc) • 348 B
TypeScript
declare const _default: {
/**
* Given an array of objects that contain {@link Game}s, and a function to fetch those
* {@link Game}s' names, group those objects together with the disc numbers stripped.
*/
groupMultiDiscGames<T>(values: T[], gameNameMapper: (value: T) => string): Map<string, T[]>;
};
export default _default;