UNPKG

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) • 165 B
/** * A reference to a device {@link Game}. */ export default class DeviceRef { private readonly name; constructor(name: string); getName(): string; }