Skip to main content

publicLoader

Loads environment variables.

Index

Methods

component

  • component(name: string): any
  • Returns component variables. If the returned value is an array, the value will be flattened.


    Parameters

    • name: string

      Component name

    Returns any

global

  • global(): any
  • Returns global variables. If the returned value is an array, the value will be flattened.


    Returns any