UNPKG

@types/semver-sort

Version:
5 lines (3 loc) 146 B
declare function asc(versions: readonly string[]): string[]; declare function desc(versions: readonly string[]): string[]; export { asc, desc };