Node.js - Built-in Modules


Node.js provides a rich library of various Modules. In this documentation you can learn about various methods of a particular module such as what arguments a method accepts, the return value of the method, and errors related to that method. This documentation gives you detailed information about every built-in module provided by Node.js.

Select a module to see a list of all the methods related to that module −

Advertisements