config
- Version 4.4.1
- Published
- 207 kB
- 1 dependency
- MIT license
Install
npm i configyarn add configpnpm add configOverview
Configuration control for production node deployments
Index
Variables
Type Aliases
Variables
variable LOAD_SYMBOL
const LOAD_SYMBOL: Symbol;Type Aliases
type Config
type Config = ConfigClass;The exported configuration instance type. This is here because the Config class is not a named export and this is how we get the exported configuration instance type.
type Load
type Load = import('./util').Load;type LoadOptions
type LoadOptions = import('./util').LoadOptions;type Parser
type Parser = typeof import('./../parser');type Util
type Util = import('./util').Util;Package Files (1)
Dependencies (1)
Dev Dependencies (15)
Peer Dependencies (0)
No peer dependencies.
Badge
To add a badge like this oneto your package's README, use the codes available below.
You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/config.
- Markdown[](https://www.jsdocs.io/package/config)
- HTML<a href="https://www.jsdocs.io/package/config"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 2463 ms. - Missing or incorrect documentation? Open an issue for this package.
