cmpVersion.d.ts 83 B

123
  1. declare function cmpVersion(v1: string, v2: string): number;
  2. export = cmpVersion;