UNPKG

@types/semver-compare

Version:
4 lines (2 loc) 91 B
declare function semverCompare(a: string, b: string): -1 | 0 | 1; export = semverCompare;