Modules

Cluster

Spawns groups of worker processes, sharing all network ports between them with automatic load distribution.

dns
doczar

Select, load and parse source files for doczar format documentation comments. Render html output to a configured disk location.

option description
o, out Selects a directory to fill with documentation output. The directory need not exist or be empty.
i, in Selects files to document. Parses nix-like wildcards using glob. doczar does not parse directories - you must select files.
j, js, jsmod Loads the filename with required and documents every required source file.
with Include a prebuilt standard library in the documentation.
dev Display Components marked with the @development modifier.
api Display only Components marked with the @api modifier.
raw Log events as json strings instead of pretty printing them.
json Create an index.json file in each directory instead of a rendered index.html.
date Explicitly set the datestamp on each page with any Date-compatible string.
fs
net
os
tls
tty
url
vm

Globals

class Array
Subclass of Object
class Boolean
class Buffer

An Array-like Class for interracting with raw memory outside of the Node.js heap.

class Date
class Error
class EvalError
Subclass of Error
class Function
class Infinity
class NaN
class null
class Number
class Object
class RangeError
Subclass of Error
class ReferenceError
Subclass of Error
class RegExp
class String
class SyntaxError
Subclass of Error
class TypeError
Subclass of Error
class undefined
class URIError
Subclass of Error