UNPKG

jspurefix

Version:
7 lines (6 loc) 244 B
import { FixVersion } from '../fix-versions'; export declare class FixVersionParser { static getMajor(version: FixVersion): number; static getMinor(version: FixVersion): number; static getServicePack(version: FixVersion): number; }