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