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.
11 lines (10 loc) • 327 B
TypeScript
/**
* A static class of globals that are parsed from `package.json` at startup, to be used widely.
*/
export default class Package {
static readonly DIRECTORY: string;
static readonly NAME: string;
static readonly HOMEPAGE: string;
static readonly VERSION: string;
static readonly ENGINES_NODE: string;
}