aboutsummaryrefslogtreecommitdiff
path: root/docs/interfaces/effect.BindTo.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/interfaces/effect.BindTo.md')
-rw-r--r--docs/interfaces/effect.BindTo.md38
1 files changed, 38 insertions, 0 deletions
diff --git a/docs/interfaces/effect.BindTo.md b/docs/interfaces/effect.BindTo.md
new file mode 100644
index 0000000..135dc23
--- /dev/null
+++ b/docs/interfaces/effect.BindTo.md
@@ -0,0 +1,38 @@
+[ts-types-lang](../README.md) / [Modules](../modules.md) / [effect](../modules/effect.md) / BindTo
+
+# Interface: BindTo<_Name, _Eff\>
+
+[effect](../modules/effect.md).BindTo
+
+## Type parameters
+
+| Name | Type |
+| :------ | :------ |
+| `_Name` | extends `string` |
+| `_Eff` | extends [`Effect`](effect.Effect.md) |
+
+## Hierarchy
+
+- [`Effect`](effect.Effect.md)
+
+ ↳ **`BindTo`**
+
+## Table of contents
+
+### Properties
+
+- [output](effect.BindTo.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)