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) • 229 B
/** * A static class of constants for temp directories, to be used widely. */ export default class Temp { private static globalTempDir; static getTempDir(): string; static setTempDir(globalTempDir: string): void; }