Environment interface
export interface Environment extends Pick<ReducerList, "setReducers" | "resetReducers">
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| cwd | string | Current working directory (CWD). | |
| env? | string | string[] | (Optional) Current environment. | |
| extensions | string[] | File extensions of environments. | |
| paths | Paths | Path patterns of environment files. |
Methods
| Method | Description |
|---|---|
| component(name) | Returns component variables merged with global variables. |
| global() | Returns global variables. |