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.

10 lines (9 loc) • 269 B
import Options from '../options.js'; import DAT from './dat.js'; import Header from './logiqx/header.js'; /** * Igir-generated {@link Header}. */ export default class IgirHeader extends Header { constructor(datType: string, originalDat: DAT, options: Options); }