stable-node-version
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

stable-node-version Build Status

Fetch stable Node.js version.

Installation

$ npm install stable-node-version

Usage

import stableNodeVersion from 'stable-node-version';

const version = await stableNodeVersion();
//=> 16.0.0

API

stableNodeVersion()

Returns a Promise that resolved to a version string.

Readme

Keywords

none

Package Sidebar

Install

npm i stable-node-version

Weekly Downloads

142

Version

2.0.0

License

MIT

Unpacked Size

3.25 kB

Total Files

5

Last publish

Collaborators

  • vdemedes