UNPKG

@intuitionrobotics/ts-common

Version:
11 lines 329 B
/** * * @param firstVersion a version * @param secondVersion another version * * @return -1 if first is greater * 0 if versions match * 1 if second is greater */ export declare function compareVersions(firstVersion: string, secondVersion: string): 0 | 1 | -1; //# sourceMappingURL=version-tools.d.ts.map