Class: Config

jsdoc/config~Config(jsonOrObjectopt)

new Config(jsonOrObjectopt)

Parameters:
Name Type Attributes Description
jsonOrObject string | object <optional>
The contents of config.json, or a JavaScript object exported from a .js config file.
Source:

Members

_config

Source:

Methods

get()

Get the merged configuration values.
Source:

jsdoc/config~Config()

Represents a JSDoc application configuration.

jsdoc/config~Config(jsonOrObjectopt)

Represents a JSDoc application configuration.

Constructor

new Config(jsonOrObjectopt)

Parameters:
Name Type Attributes Description
jsonOrObject string | object <optional>
The contents of config.json, or a JavaScript object exported from a .js config file.
Source:

Members

_config

Source:

Methods

get()

Get the merged configuration values.
Source: