JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 980
  • Score
    100M100P100Q97708F
  • License MIT

@types/node in the right version

Package Exports

  • typings-global

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (typings-global) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

typings-global

@types/node in the right version

Usage

checks your node version during installation and then installs the best matching @types/node version

To install type

npm install --save typings-global

To gain node instellisense in your project simply type

import "typings-global"

You can then import any node core modules like path or crypto with intellisense working.