Docs/Node.js/JavaScript Development

JavaScript Development

Type Checking

Add // @ts-check at the top of JavaScript files to enable type checking.

Automatic Type Acquisition

CodePus automatically downloads type declarations for npm packages. See Type Acquisition.