UNPKG

@kiwigdc/kiwilaunch

Version:
8 lines (7 loc) 187 B
export declare class ForgeVersion { private mcVer; private forgeVer; constructor(mcVer: string, forgeVer: string); getMcVer(): string; getForgeVer(): string; }