compareVersion.d.ts 72 B

1
  1. export declare function compareVersion(v1: string, v2: string): number;