aboutsummaryrefslogtreecommitdiff
path: root/docs/interfaces/sys.GetEnv.md
blob: ab1192baf332378f852706c4dd26053331880351 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[ts-types-lang](../README.md) / [Modules](../modules.md) / [sys](../modules/sys.md) / GetEnv

# Interface: GetEnv<_Name\>

[sys](../modules/sys.md).GetEnv

## Type parameters

| Name | Type |
| :------ | :------ |
| `_Name` | extends `string` |

## Hierarchy

- [`Effect`](effect.Effect.md)<`string`\>

  ↳ **`GetEnv`**

## Table of contents

### Properties

- [output](sys.GetEnv.md#output)

## Properties

### output**output**: `string`

#### Inherited from

[Effect](effect.Effect.md).[output](effect.Effect.md#output)

#### Defined in

[effect.ts:2](https://github.com/phenax/ts-types-runtime-environment/blob/6c7b4f3/stdlib/effect.ts#L2)