Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Env

Hierarchy

  • Env

Implements

Index

Constructors

Methods

Constructors

constructor

  • new Env(props: Record<string, string>, parent?: Props): Env

Methods

getConfig

  • getConfig(prefix: string | { fqn: string }): Props

getProp

  • getProp(key: Key, or?: string | Supplier<string | undefined>): string | undefined

Static load

  • load(suppliers: Supplier<Record<string, string>>[], root?: boolean): Env

Static root

  • root(): Env | undefined

Generated using TypeDoc