What is @types/node?
"TypeScript definitions for node"
@types/node is used to facilitate high-performance Node.js workflows. It provides a robust footprint of 2.3 MB on disk.
Installation Guide
# Install via NPM
npm install @types/node
# Install via Yarn
yarn add @types/node