Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EnvValue

A value from an environment variable.

Hierarchy

  • EnvValue

Implements

Index

Constructors

Properties

Accessors

Constructors

constructor

  • Initializes a new instance of that class.

    Parameters

    • name: string

      The name of the variable.

    Returns EnvValue

Properties

name

name: string

The name of the variable.

Accessors

value

  • get value(): any
  • The value.

    inheritdoc

    Returns any

Generated using TypeDoc