Accessors
credentials
- get credentials(): undefined | string
-
Returns undefined | string
project
- get project(): undefined | string
-
Returns undefined | string
Methods
getConfig
- getConfig(prefix: string, or?: Props | Supplier<Props | undefined>): Props
-
Parameters
-
prefix: string
-
Optional or: Props | Supplier<Props | undefined>
Returns Props
getProp
- getProp(key: string | KeyFallback, or?: string | Supplier<string | undefined>): string | undefined
-
Parameters
-
-
Optional or: string | Supplier<string | undefined>
Returns string | undefined