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

3.0.2 • Public • Published

Installation

npm install --save @types/semver-stable

Summary

This package contains type definitions for semver-stable (https://github.com/kaelzhang/node-semver-stable#readme).

Details

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

index.d.ts

export function is(version: string): boolean;
export function max(versions: string[]): string;
export function maxSatisfying(versions: string[], range: string): string;

Additional Details

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

Credits

These definitions were written by Jamie Magee.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/semver-stable

Weekly Downloads

1,667

Version

3.0.2

License

MIT

Unpacked Size

2.92 kB

Total Files

5

Last publish

Collaborators

  • types