cmpVersion.d.ts 83 B

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