Skip to content

pantoken / plugins/pantoken/deprecations/src / compareVersions

함수: compareVersions()

compareVersions(a, b): number

베타

점으로 구분된 두 버전 배열을 비교합니다: a < b이면 음수, 같으면 0, a > b이면 양수.

매개변수

a

number[]

b

number[]

반환값

number