aboutsummaryrefslogtreecommitdiff
path: root/docs/interfaces/effect.Bind.md
blob: f11db50a05812efcb687f7135c0eebc482f0f75f (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
38
[ts-types-lang](../README.md) / [Modules](../modules.md) / [effect](../modules/effect.md) / Bind

# Interface: Bind<_Eff, _Fn\>

[effect](../modules/effect.md).Bind

## Type parameters

| Name | Type |
| :------ | :------ |
| `_Eff` | extends [`Effect`](effect.Effect.md) |
| `_Fn` | extends [`Func`](../modules/effect.md#func) |

## Hierarchy

- [`Effect`](effect.Effect.md)

  ↳ **`Bind`**

## Table of contents

### Properties

- [output](effect.Bind.md#output)

## Properties

### output**output**: `unknown`

#### 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)