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

1.0.3 • Public • Published

Installation

npm install --save @types/semver-compare

Summary

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

Details

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

index.d.ts

declare function semverCompare(a: string, b: string): -1 | 0 | 1;

export = semverCompare;

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: none

Credits

These definitions were written by Kovács Vince, and Linus Unnebäck.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/semver-compare

Weekly Downloads

30,425

Version

1.0.3

License

MIT

Unpacked Size

2.97 kB

Total Files

5

Last publish

Collaborators

  • types