typed-node

TypeScript typings for node globals


Keywords
typescript, node, typed, module, definitely
License
MIT
Install
npm install typed-node@1.0.1

Documentation

typed-node Build Status

TypeScript typings for node globals

Usage

First, add it to your package.json and install it:

npm install --save typed-node

Then import for side effects to have globals typed:

import "typed-node";