config

  • Version 4.4.1
  • Published
  • 207 kB
  • 1 dependency
  • MIT license

Install

npm i config
yarn add config
pnpm add config

Overview

Configuration control for production node deployments

Index

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 onejsDocs.io badgeto 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
              [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](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>