UNPKG

83 BTypeScriptView Raw
1declare module 'semver-sort' {
2 const desc: (versions: string[]) => string[];
3}