Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Configuration

External configuration provided to a script as an array of Entry objects.

Hierarchy

  • Configuration

Index

Methods

Methods

exists

  • exists(key: string): bool
  • Determines if a key is set.

    Parameters

    • key: string

      the key to check

    Returns bool

    A boolean representing if the key is set

get

  • get(key: string): string | null
  • Returns a value associated with the provided key, or null if no value has been set.

    Parameters

    • key: string

      the key of the value to be returned

    Returns string | null

    The string value associated with the provided key

Generated using TypeDoc