UNPKG

roomie

Version:

ROM metadata helper

4 lines (3 loc) 191 B
/** Heuristic detection. Defaults to LoROM (false) if unsure. */ export declare function isHiRom(path: string): Promise<boolean>; export declare function isHiRomBuffer(buf: Buffer): boolean;