UNPKG

dmclc

Version:

Dolphin Minecraft Launcher Core

7 lines (6 loc) 244 B
import { SemanticVersion } from "./SemanticVersion.js"; import { Version } from "./Version.js"; export declare class VersionParser { static parse(s: string, storeX: boolean): Version; static parseSemantic(s: string): SemanticVersion; }