0.2.0 • Published 2 years ago

@celeranis/node-current-types v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Node.js 18.x Type Definitions

For the impatient people using newer versions of Node.js currently unsupported by DefinitelyTyped (me)

Features

This library extends and depends on existing definitions from @types/node.

Added globals

Module extensions

Installation

# with npm
npm install --save-dev @celeranis/node-current-types

# with yarn
yarn add --dev @celeranis/node-current-types

# with pnpm
pnpm add --save-dev @celeranis/node-current-types

Usage

After installation, add this to your project's tsconfig.json and/or jsconfig.json's compilerOptions:

"types": ["@celeranis/node-current-types"]