@types/semver-sort
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

Installation

npm install --save @types/semver-sort

Summary

This package contains type definitions for semver-sort (https://github.com/ragingwind/semver-sort).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/semver-sort.

index.d.ts

declare function asc(versions: readonly string[]): string[];
declare function desc(versions: readonly string[]): string[];

export { asc, desc };

Additional Details

  • Last updated: Mon, 20 Nov 2023 23:36:24 GMT
  • Dependencies: none

Credits

These definitions were written by Leonid Logvinov, and Dániel Tar.

/@types/semver-sort/

    Package Sidebar

    Install

    npm i @types/semver-sort

    Weekly Downloads

    5,826

    Version

    0.0.5

    License

    MIT

    Unpacked Size

    3.04 kB

    Total Files

    5

    Last publish

    Collaborators

    • types